From: Furkan Alaca Date: Fri, 3 Jul 2020 05:51:03 +0000 (-0400) Subject: ramips: mt7621: use lzma-loader for ra21s & rg21s X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=541faf2c937bdbb1eb6fae9e146090be57e86a25;p=openwrt%2Fstaging%2Fstintel.git 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 --- diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 5e67d46ade..0215683671 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -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