From 4d7ad378914382759e66dc32f1ffcab58639309a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20B=C3=B6hler?= Date: Sun, 15 Sep 2024 23:35:08 +0200 Subject: [PATCH] ramips: mt7621: use lzma-loader for Sercomm NA502s MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 6d89aa29878a93c744e8c752a68bc05d41252cfc) Link: https://github.com/openwrt/openwrt/pull/16412 Signed-off-by: Hauke Mehrtens --- 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 504c56e2b87..a5dc68c84d6 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2068,6 +2068,7 @@ TARGET_DEVICES += sercomm_na502 define Device/sercomm_na502s $(Device/nand) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 20971520 DEVICE_VENDOR := SERCOMM DEVICE_MODEL := NA502S -- 2.47.2