mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 7dd1cab1c1)
This commit is contained in:
parent
12acecd114
commit
36a808b7bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue