[openwrt/openwrt] ramips: use lzma-loader on JCG Q20

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 9 14:20:51 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8ac69159f20ff65ba4e755f403fd5f82ecb02f76

commit 8ac69159f20ff65ba4e755f403fd5f82ecb02f76
Author: Du Cai <caidu at smail.nju.edu.cn>
AuthorDate: Fri Oct 7 23:08:56 2022 +0800

    ramips: use lzma-loader on JCG Q20
    
    Fixes the LZMA uncompression issue on JCG Q20.
    
    Signed-off-by: Du Cai <caidu at smail.nju.edu.cn>
---
 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 10add92a23..c4a033b8dc 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1133,6 +1133,7 @@ TARGET_DEVICES += jcg_jhr-ac876m
 
 define Device/jcg_q20
   $(Device/dsa-migration)
+  $(Device/uimage-lzma-loader)
   BLOCKSIZE := 128k
   PAGESIZE := 2048
   UBINIZE_OPTS := -E 5




More information about the lede-commits mailing list