From: Mathias Kresin Date: Sun, 18 Mar 2018 19:25:21 +0000 (+0100) Subject: ar71xx: fix Fritz 300e initramfs image X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=26a9f01fc6c223286459d3178ef12813bac8d342;p=openwrt%2Fstaging%2Fdangole.git ar71xx: fix Fritz 300e initramfs image Create an initramfs that can be used with the EVA bootloader. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 37231e0228..8dd1b47682 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -1267,6 +1267,7 @@ define Device/fritz300e SUPPORTED_DEVICES := fritz300e IMAGE_SIZE := 15232k KERNEL := kernel-bin | patch-cmdline | lzma | eva-image + KERNEL_INITRAMFS := $$(KERNEL) IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | \ append-squashfs-fakeroot-be | pad-to 256 | \ append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)