mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 21:14:21 +00:00
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>
(cherry picked from commit 29a5cb7a8b
)
This commit is contained in:
parent
38f8f56c7a
commit
b42ee4df5d
@ -237,6 +237,7 @@ TARGET_DEVICES += arcadyan_we420223-99
|
|||||||
|
|
||||||
define Device/asiarf_ap7621-001
|
define Device/asiarf_ap7621-001
|
||||||
$(Device/dsa-migration)
|
$(Device/dsa-migration)
|
||||||
|
$(Device/uimage-lzma-loader)
|
||||||
IMAGE_SIZE := 16000k
|
IMAGE_SIZE := 16000k
|
||||||
DEVICE_VENDOR := AsiaRF
|
DEVICE_VENDOR := AsiaRF
|
||||||
DEVICE_MODEL := AP7621-001
|
DEVICE_MODEL := AP7621-001
|
||||||
@ -247,6 +248,7 @@ TARGET_DEVICES += asiarf_ap7621-001
|
|||||||
|
|
||||||
define Device/asiarf_ap7621-nv1
|
define Device/asiarf_ap7621-nv1
|
||||||
$(Device/dsa-migration)
|
$(Device/dsa-migration)
|
||||||
|
$(Device/uimage-lzma-loader)
|
||||||
IMAGE_SIZE := 16000k
|
IMAGE_SIZE := 16000k
|
||||||
DEVICE_VENDOR := AsiaRF
|
DEVICE_VENDOR := AsiaRF
|
||||||
DEVICE_MODEL := AP7621-NV1
|
DEVICE_MODEL := AP7621-NV1
|
||||||
|
Loading…
Reference in New Issue
Block a user