[openwrt/openwrt] ramips: mt7621: enable lzma-loader for Asus RT-N56U-B1

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 22 16:58:58 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f6099d797460b23e06fb0c391606346993b4593e

commit f6099d797460b23e06fb0c391606346993b4593e
Author: Alex Khodin <mxktz1 at gmail.com>
AuthorDate: Fri Oct 21 17:47:38 2022 +0000

    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 at gmail.com>
---
 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 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




More information about the lede-commits mailing list