[openwrt/openwrt] ramips: fix booting on Samknows SK-WB8
LEDE Commits
lede-commits at lists.infradead.org
Fri May 13 04:54:50 PDT 2022
pepe2k pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/1c6a179e1ad94fe08663f9dc267d76e7cc525683
commit 1c6a179e1ad94fe08663f9dc267d76e7cc525683
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri May 13 13:35:59 2022 +0200
ramips: fix booting on Samknows SK-WB8
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Fixes: #9824
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
(cherry picked from commit 064e7e57b483e6879de0facef4f1fce86ec4ad47)
---
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 44870043b0..e588168e40 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1447,6 +1447,7 @@ TARGET_DEVICES += renkforce_ws-wn530hp3-a
define Device/samknows_whitebox-v8
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16064k
DEVICE_VENDOR := SamKnows
DEVICE_MODEL := Whitebox 8
More information about the lede-commits
mailing list