diff options
author | Szabolcs Hubai <szab.hu@gmail.com> | 2023-11-08 13:50:55 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-01-04 21:40:50 +0100 |
commit | f6fb6bb2ba67d0c6e43b1f8ee649ae6550661e79 (patch) | |
tree | 587a32df3f898cfaa5f29a558cd69451fe92341e | |
parent | 9a7b14dcfeb211fb55fe64b9a7a0d76e17676a61 (diff) | |
download | openwrt-f6fb6bb2ba67d0c6e43b1f8ee649ae6550661e79.tar.gz openwrt-f6fb6bb2ba67d0c6e43b1f8ee649ae6550661e79.tar.bz2 openwrt-f6fb6bb2ba67d0c6e43b1f8ee649ae6550661e79.zip |
ramips: mt7621: use lzma-loader for Sercomm NA502
This fixes a well known "LZMA ERROR 1" error on Sercomm NA502,
reported on the OpenWrt forum. [1]
[1]: https://forum.openwrt.org/t/176942
Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
(cherry picked from commit d41b8a570f209c352571f209c2c8f2b52b8d27af)
-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 d456176a01..e20a3e99aa 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1973,6 +1973,7 @@ TARGET_DEVICES += samknows_whitebox-v8 define Device/sercomm_na502 $(Device/nand) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 20480k DEVICE_VENDOR := SERCOMM DEVICE_MODEL := NA502 |