ar71xx: fix Fritz 300e initramfs image
Create an initramfs that can be used with the EVA bootloader. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
7a303fe5d1
commit
26a9f01fc6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue