diff options
author | Daniel Danzberger <daniel@dd-wrt.com> | 2023-06-02 19:36:28 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-05 10:01:27 +0200 |
commit | 29a5cb7a8b105ca6534bba63edcec48ae935c078 (patch) | |
tree | 12c8e9975024039e9951046d1cc1400ef6278757 /target | |
parent | 897691fdce27868aa4c0c68de8b67e8af6f209e1 (diff) |
ramips: fix lzma-loader for ASIARF boards
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 9dbcf09eb2..340d4ba4a1 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -237,6 +237,7 @@ TARGET_DEVICES += arcadyan_we420223-99 define Device/asiarf_ap7621-001 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16000k DEVICE_VENDOR := AsiaRF DEVICE_MODEL := AP7621-001 @@ -247,6 +248,7 @@ TARGET_DEVICES += asiarf_ap7621-001 define Device/asiarf_ap7621-nv1 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16000k DEVICE_VENDOR := AsiaRF DEVICE_MODEL := AP7621-NV1 |