[openwrt/openwrt] ramips: rt5350: enable lzma-loader for ALLNET ALL5003
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 1 13:15:57 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/84c04ff4069a652755267d126418b211379c1cbf
commit 84c04ff4069a652755267d126418b211379c1cbf
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>
---
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 e6536da3f3..92cc9094a8 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