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:01:39 +0200 |
commit | 7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc (patch) | |
tree | 1fd3353ad34a4702c15c88680dcd1405e4ba7971 /target | |
parent | 1bd63df263c485c0716acda03979d37f4e9d3943 (diff) | |
download | upstream-7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc.tar.gz upstream-7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc.tar.bz2 upstream-7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc.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>
Diffstat (limited to 'target')
-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 c4a033b8dc..f7bb0590d7 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1391,6 +1391,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 |