diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-10-18 08:55:46 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-10-18 19:09:06 +0200 |
commit | 8fefd5c26caac6a30e39892a69b43526ce1e8c07 (patch) | |
tree | 569f9ef42009f1bbd1f6a31cd524a947ebaf007a /target/linux | |
parent | f59dcb92cf253853056f728bfe46af7e4a56867a (diff) | |
download | upstream-8fefd5c26caac6a30e39892a69b43526ce1e8c07.tar.gz upstream-8fefd5c26caac6a30e39892a69b43526ce1e8c07.tar.bz2 upstream-8fefd5c26caac6a30e39892a69b43526ce1e8c07.zip |
mt7621: hiwifi_hc5962: fix reboot loop by using LZMA loader
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
References: https://github.com/openwrt/openwrt/issues/10645#issuecomment-1282607274
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit b63d6d4730fd0dc30ce6707338c398e8b9d61d86)
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 8a9f6d7b82..b3c1f98d6f 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -734,6 +734,7 @@ TARGET_DEVICES += hilink_hlk-7621a-evb define Device/hiwifi_hc5962 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) BLOCKSIZE := 128k PAGESIZE := 2048 KERNEL_SIZE := 4096k |