diff options
author | Du Cai <caidu@smail.nju.edu.cn> | 2022-10-07 23:08:56 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-09 22:50:57 +0200 |
commit | 8ac69159f20ff65ba4e755f403fd5f82ecb02f76 (patch) | |
tree | 9faf43667e23fd3849f0cf90ffb72ac484deb9c8 /target/linux | |
parent | 32e41ba18a41eac8cc782de78fd988b18fc44527 (diff) | |
download | upstream-8ac69159f20ff65ba4e755f403fd5f82ecb02f76.tar.gz upstream-8ac69159f20ff65ba4e755f403fd5f82ecb02f76.tar.bz2 upstream-8ac69159f20ff65ba4e755f403fd5f82ecb02f76.zip |
ramips: use lzma-loader on JCG Q20
Fixes the LZMA uncompression issue on JCG Q20.
Signed-off-by: Du Cai <caidu@smail.nju.edu.cn>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |