From 19996856111ac0a90d01c91c05e353164a498b0b Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Fri, 19 Mar 2021 12:18:02 +0100 Subject: [PATCH] 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 --- 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 6c8a221ed5..916be50312 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -792,6 +792,7 @@ endef TARGET_DEVICES += motorola_mr2600 define Device/mqmaker_witi + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := MQmaker DEVICE_MODEL := WiTi