@ -985,7 +985,7 @@ endef
d e f i n e P a t c h K e r n e l G z i p
cp $( KDIR) /vmlinux$( 3) $( KDIR_TMP) /vmlinux$( 3) -$( 1)
$( STAGING_DIR_HOST) /bin/patch-cmdline $( KDIR_TMP) /vmlinux$( 3) -$( 1) " $( strip $( 2) ) "
gzip -9 -c $( KDIR_TMP) /vmlinux$( 3) -$( 1) > $( KDIR_TMP) /vmlinux$( 3) -$( 1) .bin.gz
gzip -9n -c $( KDIR_TMP) /vmlinux$( 3) -$( 1) > $( KDIR_TMP) /vmlinux$( 3) -$( 1) .bin.gz
e n d e f
i f n e q ( $( SUBTARGET ) , m i k r o t i k )
@ -2245,10 +2245,10 @@ define Image/Build/Initramfs
e n d e f
d e f i n e I m a g e / P r e p a r e
gzip -9 -c $( KDIR) /vmlinux > $( KDIR) /vmlinux.bin.gz
gzip -9n -c $( KDIR) /vmlinux > $( KDIR) /vmlinux.bin.gz
$( call CompressLzma,$( KDIR) /vmlinux,$( KDIR) /vmlinux.bin.lzma)
i f n e q ( $( CONFIG_TARGET_ROOTFS_INITRAMFS ) , )
gzip -9 -c $( KDIR) /vmlinux-initramfs > $( KDIR) /vmlinux-initramfs.bin.gz
gzip -9n -c $( KDIR) /vmlinux-initramfs > $( KDIR) /vmlinux-initramfs.bin.gz
$( call CompressLzma,$( KDIR) /vmlinux-initramfs,$( KDIR) /vmlinux-initramfs.bin.lzma)
$( call Image/BuildLoader,generic,elf,,,-initramfs)
e n d i f