diff options
| author | René van Dorst | 2021-03-20 19:15:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2021-04-03 16:56:02 +0000 |
| commit | 12f3d1466ad783fded1747fa2ee521a9bea1ff73 (patch) | |
| tree | e08ba71c52e7475a71e26519f30dc03a021e40a1 | |
| parent | f777884ac4959e98b2e86c177025e26f0bbf2218 (diff) | |
| download | openwrt-12f3d1466ad783fded1747fa2ee521a9bea1ff73.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>
| -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 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 |