[openwrt/openwrt] ramips: mt7621: use lzma-loader for Sercomm NA502s
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 17 07:18:51 PDT 2024
981213 pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6d89aa29878a93c744e8c752a68bc05d41252cfc
commit 6d89aa29878a93c744e8c752a68bc05d41252cfc
Author: Andreas Böhler <dev at aboehler.at>
AuthorDate: Sun Sep 15 23:35:08 2024 +0200
ramips: mt7621: use lzma-loader for Sercomm NA502s
This fixes a well-known "LZMA ERROR 1" error on Sercomm NA502s, reported
on the OpneWrt forum [0].
[0] https://forum.openwrt.org/t/206640
Signed-off-by: Andreas Böhler <dev at aboehler.at>
---
target/linux/ramips/image/mt7621.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index bf700674ef..495ba4f7da 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2384,6 +2384,7 @@ TARGET_DEVICES += sercomm_na502
define Device/sercomm_na502s
$(Device/nand)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 20971520
DEVICE_VENDOR := SERCOMM
DEVICE_MODEL := NA502S
More information about the lede-commits
mailing list