[openwrt/openwrt] ramips: mt7621: use lzma-loader for Sercomm NA502

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 4 12:42:13 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/f6fb6bb2ba67d0c6e43b1f8ee649ae6550661e79

commit f6fb6bb2ba67d0c6e43b1f8ee649ae6550661e79
Author: Szabolcs Hubai <szab.hu at gmail.com>
AuthorDate: Wed Nov 8 13:50:55 2023 +0100

    ramips: mt7621: use lzma-loader for Sercomm NA502
    
    This fixes a well known "LZMA ERROR 1" error on Sercomm NA502,
    reported on the OpenWrt forum. [1]
    
    [1]: https://forum.openwrt.org/t/176942
    
    Signed-off-by: Szabolcs Hubai <szab.hu at gmail.com>
    (cherry picked from commit d41b8a570f209c352571f209c2c8f2b52b8d27af)
---
 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 d456176a01..e20a3e99aa 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1973,6 +1973,7 @@ TARGET_DEVICES += samknows_whitebox-v8
 
 define Device/sercomm_na502
   $(Device/nand)
+  $(Device/uimage-lzma-loader)
   IMAGE_SIZE := 20480k
   DEVICE_VENDOR := SERCOMM
   DEVICE_MODEL := NA502




More information about the lede-commits mailing list