[openwrt/openwrt] ramips: Fix booting on MQmaker WiTi board
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 3 18:17:34 BST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e83f7e5d76ebf74aa0a1f686d2941950fa5f22e2
commit e83f7e5d76ebf74aa0a1f686d2941950fa5f22e2
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Fri Mar 19 12:18:02 2021 +0100
ramips: Fix booting on MQmaker WiTi board
This fixes the dreaded "lzma error 1" also reported on similar devices
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3057
Fixes: FS#3057
Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
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 a985741670..45a58dace9 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -845,6 +845,7 @@ TARGET_DEVICES += mikrotik_routerboard-m33g
define Device/mqmaker_witi
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16064k
DEVICE_VENDOR := MQmaker
DEVICE_MODEL := WiTi
More information about the lede-commits
mailing list