diff options
author | Alex Khodin <mxktz1@gmail.com> | 2022-10-21 17:47:38 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 01:45:52 +0200 |
commit | f6099d797460b23e06fb0c391606346993b4593e (patch) | |
tree | df31b0b6ad61ed7d03c2ed761ff284b15069ee6a | |
parent | 4f9b360f0b9a85202422ef07ee573eeca06d11ab (diff) | |
download | upstream-f6099d797460b23e06fb0c391606346993b4593e.tar.gz upstream-f6099d797460b23e06fb0c391606346993b4593e.tar.bz2 upstream-f6099d797460b23e06fb0c391606346993b4593e.zip |
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>
-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 75e21bd93d..30d928fdad 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -291,6 +291,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 |