[openwrt/openwrt] ramips: Fix booting on MTC WR1201
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 18 13:15:17 BST 2021
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/76d74057206dd0b30ba9eb380910be70f732991d
commit 76d74057206dd0b30ba9eb380910be70f732991d
Author: René van Dorst <opensource at vdorst.com>
AuthorDate: Sat Mar 20 20:15:14 2021 +0100
ramips: Fix booting on MTC WR1201
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: René van Dorst <opensource at vdorst.com>
(cherry picked from commit 12f3d1466ad783fded1747fa2ee521a9bea1ff73)
---
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 80ab4b1af5..a55f9bceb7 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -857,6 +857,7 @@ TARGET_DEVICES += mqmaker_witi
define Device/mtc_wr1201
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16000k
DEVICE_VENDOR := MTC
DEVICE_MODEL := Wireless Router WR1201
More information about the lede-commits
mailing list