[openwrt/openwrt] ramips: use lzma-loader on Sitecom WLR-6000
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 11 14:45:13 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4fcfb61ec9c711eab165617524da9a8599824201
commit 4fcfb61ec9c711eab165617524da9a8599824201
Author: Jasper Scholte <NightNL at outlook.com>
AuthorDate: Wed Aug 17 21:30:04 2022 +0200
ramips: use lzma-loader on Sitecom WLR-6000
Fixes the boot loader LZMA decompression issue:
LZMA ERROR 1 - must RESET board to recover
Signed-off-by: Jasper Scholte <NightNL at outlook.com>
---
target/linux/ramips/image/rt3883.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk
index db4ffc83df..e76678be1a 100644
--- a/target/linux/ramips/image/rt3883.mk
+++ b/target/linux/ramips/image/rt3883.mk
@@ -108,6 +108,7 @@ endef
TARGET_DEVICES += samsung_cy-swr1100
define Device/sitecom_wlr-6000
+ $(Device/uimage-lzma-loader)
SOC := rt3883
BLOCKSIZE := 4k
IMAGE_SIZE := 7244k
More information about the lede-commits
mailing list