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 14:21:03 +0200 |
commit | b0ab21d9d077771abb712a1d83cc2cbae55688dc (patch) | |
tree | 25c5807945f4f27bc7237de5bfbed05fc17a7a46 /target/linux/ramips | |
parent | 40465adbbf17a6a5445e451c2eb77d5d56e970ac (diff) | |
download | upstream-b0ab21d9d077771abb712a1d83cc2cbae55688dc.tar.gz upstream-b0ab21d9d077771abb712a1d83cc2cbae55688dc.tar.bz2 upstream-b0ab21d9d077771abb712a1d83cc2cbae55688dc.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>
(cherry picked from commit f6099d797460b23e06fb0c391606346993b4593e)
Diffstat (limited to 'target/linux/ramips')
-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 b3c1f98d6f..94b040e361 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -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 |