[openwrt/openwrt] ar71xx: fix Fritz 300e initramfs image

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 18 23:51:59 PDT 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/26a9f01fc6c223286459d3178ef12813bac8d342

commit 26a9f01fc6c223286459d3178ef12813bac8d342
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sun Mar 18 20:25:21 2018 +0100

    ar71xx: fix Fritz 300e initramfs image
    
    Create an initramfs that can be used with the EVA bootloader.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/ar71xx/image/generic.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 37231e0..8dd1b47 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)



More information about the lede-commits mailing list