[openwrt/openwrt] ramips: rt5350: enable lzma-loader for ALLNET ALL5003

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 2 16:49:50 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/50d37b0b37d31b53e1a0a94c2585aa6e9960488a

commit 50d37b0b37d31b53e1a0a94c2585aa6e9960488a
Author: Sergio Paracuellos <sergio.paracuellos at gmail.com>
AuthorDate: Sat Feb 25 12:01:40 2023 +0100

    ramips: rt5350: enable lzma-loader for ALLNET ALL5003
    
    Fixes the boot loader LZMA decompression issue:
    LZMA ERROR 1 - must RESET board to recover
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos at gmail.com>
    (cherry picked from commit 84c04ff4069a652755267d126418b211379c1cbf)
---
 target/linux/ramips/image/rt305x.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 708aeb8555..bba537a24e 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -120,6 +120,7 @@ endef
 TARGET_DEVICES += allnet_all5002
 
 define Device/allnet_all5003
+  $(Device/uimage-lzma-loader)
   SOC := rt5350
   IMAGE_SIZE := 32448k
   DEVICE_VENDOR := Allnet




More information about the lede-commits mailing list