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>
This commit is contained in:
parent
4c0dc68f46
commit
d41b8a570f
|
@ -2064,6 +2064,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
|
||||
|
|
Loading…
Reference in New Issue