projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d2e8b
)
ath79: use lzma-loader for Senao initramfs images
author
Michael Pratt
<
[email protected]
>
Fri, 9 Dec 2022 20:45:04 +0000
(15:45 -0500)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 2 Apr 2023 20:07:28 +0000
(22:07 +0200)
Some vendors of Senao boards have put a bootloader
that cannot handle both large gzip or large lzma files.
There is no disadvantage by doing this for all of them.
Signed-off-by: Michael Pratt <
[email protected]
>
(cherry picked from commit
8342c092a03caedbf160d4ac3982c6a9be91261f
)
target/linux/ath79/image/common-senao.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/common-senao.mk
b/target/linux/ath79/image/common-senao.mk
index dda7da6776e7b0afa90299b50bb3295a4cf4eaeb..a0cb729ee282f07708fe4401c230c6e735ee7bf0 100644
(file)
--- a/
target/linux/ath79/image/common-senao.mk
+++ b/
target/linux/ath79/image/common-senao.mk
@@
-30,6
+30,7
@@
endef
define Device/senao_loader_okli
$(Device/loader-okli-uimage)
KERNEL := kernel-bin | append-dtb | lzma | uImage lzma -M 0x73714f4b
+ KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel | uImage none
LOADER_KERNEL_MAGIC := 0x73714f4b
IMAGES += factory.bin
IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | \