projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a303fe
)
ar71xx: fix Fritz 300e initramfs image
author
Mathias Kresin
<dev@kresin.me>
Sun, 18 Mar 2018 19:25:21 +0000
(20:25 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Sun, 18 Mar 2018 21:22:38 +0000
(22:22 +0100)
Create an initramfs that can be used with the EVA bootloader.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ar71xx/image/generic.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/generic.mk
b/target/linux/ar71xx/image/generic.mk
index 37231e022893ed5e88a350b6e850f2d9b0282eee..8dd1b4768250e2f5723e83e1fe0c2d96243500de 100644
(file)
--- 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)