From ac1c31c2595a7af3bc5bdf97d48b85278fb0eeff Mon Sep 17 00:00:00 2001 From: Valentin Spreckels Date: Sun, 18 Mar 2018 20:27:50 +0100 Subject: [PATCH] lantiq: fix AVM initramfs image Create an initramfs that can be used with the EVA bootloader. Signed-off-by: Valentin Spreckels --- target/linux/lantiq/image/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2