diff options
author | Furkan Alaca <furkan.alaca@queensu.ca> | 2020-07-03 01:51:03 -0400 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-08 22:52:40 +0200 |
commit | 541faf2c937bdbb1eb6fae9e146090be57e86a25 (patch) | |
tree | 51bc1361f5dd8677dd60150683d385c198759d41 /target/linux/ramips/image | |
parent | 4dc9ad4af8c921494d20b303b6772fc6b5af3a69 (diff) | |
download | upstream-541faf2c937bdbb1eb6fae9e146090be57e86a25.tar.gz upstream-541faf2c937bdbb1eb6fae9e146090be57e86a25.tar.bz2 upstream-541faf2c937bdbb1eb6fae9e146090be57e86a25.zip |
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>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |