diff options
| author | René van Dorst | 2021-03-20 19:15:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2021-04-18 10:04:19 +0000 |
| commit | 76d74057206dd0b30ba9eb380910be70f732991d (patch) | |
| tree | 3f6d590f195798b658e6abfd113d2aa18b04413a | |
| parent | 80acc9b7379a98cbfda707d26cb46103ede657b8 (diff) | |
| download | openwrt-76d74057206dd0b30ba9eb380910be70f732991d.tar.gz | |
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@vdorst.com>
(cherry picked from commit 12f3d1466ad783fded1747fa2ee521a9bea1ff73)
| -rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |