@ -60,22 +60,6 @@ define MkImageEVA
cat ./eva.dummy.squashfs >> $( KDIR) /$( 1) $( 2) .eva.align.64k
e n d e f
d e f i n e C o m p r e s s G z i p
gzip -c $( 1) > $( 2)
e n d e f
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) /vmlinux$( 3) -$( 1)
$( STAGING_DIR_HOST) /bin/patch-cmdline $( KDIR) /vmlinux$( 3) -$( 1) '$(strip $(2))'
$( call CompressGzip,$( KDIR) /vmlinux$( 3) -$( 1) ,$( KDIR) /vmlinux$( 3) -$( 1) .gzip)
e n d e f
d e f i n e M k I m a g e G z i p
mkimage -A mips -O linux -T kernel -a 0x80002000 -C gzip \
-e 0x80002000 -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
-d $( KDIR) /vmlinux$( 2) -$( 1) .gzip $( KDIR) /uImage-$( 1) $( 2)
e n d e f
d e f i n e I m a g e / B u i l d / s q u a s h f s
cat $( KDIR) /uImage-$( 2) $( KDIR) /root.$( 1) > $( BIN_DIR) /$( IMG_PREFIX) -$( 2) -$( 1) .image
$( call prepare_generic_squashfs,$( BIN_DIR) /$( IMG_PREFIX) -$( 2) -$( 1) .image)
@ -284,17 +268,6 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
e n d i f
e n d e f
d e f i n e I m a g e / B u i l d K e r n e l G z i p / T e m p l a t e
$( call PatchKernelGzip,$( 1) ,$( if $( 2) ,$( 2) machtype = $( 1) ,) )
$( call MkImageGzip,$( 1) )
$( CP) $( KDIR) /uImage-$( 1) $( BIN_DIR) /$( IMG_PREFIX) -$( 1) -uImage
i f n e q ( $( CONFIG_TARGET_ROOTFS_INITRAMFS ) , )
$( call PatchKernelGzip,$( 1) ,$( if $( 2) ,$( 2) machtype = $( 1) ,) ,-initramfs)
$( call MkImageGzip,$( 1) ,-initramfs)
$( CP) $( KDIR) /uImage-$( 1) -initramfs $( BIN_DIR) /$( IMG_PREFIX) -$( 1) -uImage-initramfs
e n d i f
e n d e f
i f e q ( $( CONFIG_TARGET_lantiq_falcon ) , y )
@ -457,14 +430,6 @@ endef
e n d i f
i f e q ( $( CONFIG_TARGET_lantiq_svip_be ) , y )
I m a g e / B u i l d K e r n e l / P r o f i l e / EASY33016 = $( call Image/BuildKernelGzip/Template,EASY33016)
I m a g e / B u i l d / P r o f i l e / EASY33016 = $( call Image/Build/$( 1) ,$( 1) ,EASY33016)
e n d i f
d e f i n e I m a g e / B u i l d K e r n e l
$( call Image/BuildKernel/Profile/$( PROFILE) )
e n d e f