From: Valentin Spreckels Date: Sun, 18 Mar 2018 19:27:50 +0000 (+0100) Subject: lantiq: fix AVM initramfs image X-Git-Tag: v19.07.0-rc1~4154 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ac1c31c2595a7af3bc5bdf97d48b85278fb0eeff;p=openwrt%2Fstaging%2Fhauke.git lantiq: fix AVM initramfs image Create an initramfs that can be used with the EVA bootloader. Signed-off-by: Valentin Spreckels --- diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e52e43c6e5..e6fbc1dbf8 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -101,6 +101,7 @@ endef define Device/AVM KERNEL := kernel-bin | append-dtb | lzma | eva-image + KERNEL_INITRAMFS := $$(KERNEL) IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-avm-fakeroot | \ append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) endef