ramips: mt7621: use lzma-loader for ra21s & rg21s
The rg21s fails to boot if the kernel is larger than about 2,376 KiB. The ra21s is virtually identical hardware. Enabling lzma-loader resolves the issue on both the rg21s and ra21s (see FS#3057 on the issue tracker). Fixes: FS#3057 Signed-off-by: Furkan Alaca <furkan.alaca@queensu.ca>
This commit is contained in:
parent
1a9e4e80ff
commit
554b45fbda
@ -268,6 +268,7 @@ endef
|
||||
TARGET_DEVICES += d-team_pbr-m1
|
||||
|
||||
define Device/edimax_ra21s
|
||||
$(Device/uimage-lzma-loader)
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := Edimax
|
||||
DEVICE_MODEL := RA21S
|
||||
@ -281,6 +282,7 @@ endef
|
||||
TARGET_DEVICES += edimax_ra21s
|
||||
|
||||
define Device/edimax_rg21s
|
||||
$(Device/uimage-lzma-loader)
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := Edimax
|
||||
DEVICE_MODEL := Gemini AC2600 RG21S
|
||||
|
||||
Loading…
Reference in New Issue
Block a user