[openwrt/openwrt] ramips: mt7621: enable lzma-loader for netis WF2881
LEDE Commits
lede-commits at lists.infradead.org
Mon Dec 5 16:51:04 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/25ede5170d5fbfd233ba21f7a294ec3a2ddeb635
commit 25ede5170d5fbfd233ba21f7a294ec3a2ddeb635
Author: Joonhyuk Song <thenoface303 at gmail.com>
AuthorDate: Mon Nov 21 11:37:36 2022 +0900
ramips: mt7621: enable lzma-loader for netis WF2881
Fixes boot loader LZMA decompression issues (LZMA ERROR 1)
Signed-off-by: Joonhyuk Song <thenoface303 at gmail.com>
---
target/linux/ramips/image/mt7621.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 23aa46de35..18ac8ac136 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1664,6 +1664,7 @@ TARGET_DEVICES += netgear_wndr3700-v5
define Device/netis_wf2881
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
BLOCKSIZE := 128k
PAGESIZE := 2048
FILESYSTEMS := squashfs
@@ -1671,7 +1672,7 @@ define Device/netis_wf2881
IMAGE_SIZE := 129280k
UBINIZE_OPTS := -E 5
UIMAGE_NAME := WF2881_0.0.00
- KERNEL_INITRAMFS := $(KERNEL_DTB) | netis-tail WF2881 | uImage lzma
+ KERNEL_INITRAMFS := $$(KERNEL) | netis-tail WF2881
IMAGES += factory.bin
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | \
More information about the lede-commits
mailing list