[openwrt/openwrt] mt7621: netgear_ex6150: fix reboot loop by using LZMA loader

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 18 00:01:59 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc

commit 7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Tue Oct 18 08:55:46 2022 +0200

    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 at true.cz>
---
 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 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




More information about the lede-commits mailing list