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>
master
Furkan Alaca 4 years ago committed by Petr Štetiar
parent 4dc9ad4af8
commit 541faf2c93

@ -262,6 +262,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
@ -293,6 +294,7 @@ endef
TARGET_DEVICES += edimax_re23s
define Device/edimax_rg21s
$(Device/uimage-lzma-loader)
IMAGE_SIZE := 16064k
DEVICE_VENDOR := Edimax
DEVICE_MODEL := Gemini AC2600 RG21S

Loading…
Cancel
Save