[openwrt/openwrt] ramips: Fix booting on MQmaker WiTi board

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 18 13:15:16 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/80acc9b7379a98cbfda707d26cb46103ede657b8

commit 80acc9b7379a98cbfda707d26cb46103ede657b8
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>
    (cherry picked from commit e83f7e5d76ebf74aa0a1f686d2941950fa5f22e2)
---
 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 25ca1b87f0..80ab4b1af5 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