diff options
| author | Andreas Böhler | 2024-09-15 21:35:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-09-18 21:04:37 +0000 |
| commit | 4d7ad378914382759e66dc32f1ffcab58639309a (patch) | |
| tree | ed3338916b78ba0b41a74d0abd58b2191eaa25b7 | |
| parent | e3bb35811e8d92a5c9aaee7549e3ddea32751d8c (diff) | |
| download | openwrt-4d7ad378914382759e66dc32f1ffcab58639309a.tar.gz | |
ramips: mt7621: use lzma-loader for Sercomm NA502s
This fixes a well-known "LZMA ERROR 1" error on Sercomm NA502s, reported
on the OpneWrt forum [0].
[0] https://forum.openwrt.org/t/206640
Signed-off-by: Andreas Böhler <dev@aboehler.at>
(cherry picked from commit 6d89aa29878a93c744e8c752a68bc05d41252cfc)
Link: https://github.com/openwrt/openwrt/pull/16412
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -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 504c56e2b8..a5dc68c84d 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2068,6 +2068,7 @@ TARGET_DEVICES += sercomm_na502 define Device/sercomm_na502s $(Device/nand) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 20971520 DEVICE_VENDOR := SERCOMM DEVICE_MODEL := NA502S |