diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-10-18 08:55:46 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-10-18 09:05:08 +0200 |
commit | 36a808b7bc93f549cafcc91b86eed28d01129743 (patch) | |
tree | 48399f21dec35915c2da2c5f67a2c50fe43e1900 | |
parent | 12acecd11440af0fda237b6e7c98125631dc60dc (diff) | |
download | upstream-36a808b7bc93f549cafcc91b86eed28d01129743.tar.gz upstream-36a808b7bc93f549cafcc91b86eed28d01129743.tar.bz2 upstream-36a808b7bc93f549cafcc91b86eed28d01129743.zip |
mt7621: netgear_ex6150: fix reboot loop by using LZMA loader
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Fixes: #10645
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc)
-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 a3bdacb32a..8a9f6d7b82 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1235,6 +1235,7 @@ TARGET_DEVICES += mts_wg430223 define Device/netgear_ex6150 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) DEVICE_VENDOR := NETGEAR DEVICE_MODEL := EX6150 DEVICE_PACKAGES := kmod-mt76x2 |