mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ramips: mt7621: enable lzma-loader for Asus RT-N56U-B1
Fixes boot loader LZMA decompression issues.
Without this change the board end up in a boot loop.
Signed-off-by: Alex Khodin <mxktz1@gmail.com>
(cherry picked from commit f6099d7974)
This commit is contained in:
parent
40465adbbf
commit
b0ab21d9d0
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ TARGET_DEVICES += asus_rt-ac85p
|
|||
|
||||
define Device/asus_rt-n56u-b1
|
||||
$(Device/dsa-migration)
|
||||
$(Device/uimage-lzma-loader)
|
||||
DEVICE_VENDOR := ASUS
|
||||
DEVICE_MODEL := RT-N56U
|
||||
DEVICE_VARIANT := B1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue