From 36a808b7bc93f549cafcc91b86eed28d01129743 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Tue, 18 Oct 2022 08:55:46 +0200 Subject: [PATCH] mt7621: netgear_ex6150: fix reboot loop by using LZMA loader MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes a well known "LZMA ERROR 1" error, reported previously on numerous of similar devices. Fixes: #10645 Signed-off-by: Petr Å tetiar (cherry picked from commit 7dd1cab1c16f374716b1ee7a5bf99f849b74c1dc) --- 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 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 -- 2.30.2