[openwrt/openwrt] ramips: Fix booting on MTC WR1201

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 3 18:17:33 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/12f3d1466ad783fded1747fa2ee521a9bea1ff73

commit 12f3d1466ad783fded1747fa2ee521a9bea1ff73
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>
---
 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 7efec68118..a985741670 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -856,6 +856,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