mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
ramips: enable LZMA loader to fix Linksys RE6500 boot
At some point after 21.02.3 and before 22.03.0, the size limits of the
Linksys RE6500 were reached and prevent booting from the 22.03.0 release
or builds of current SNAPSHOT. This patch allows builds of master to boot
again and has been tested on my device.
Fixes: #8577
Signed-off-by: Mark King <mark@vemek.co>
(cherry picked from commit bf5b1a53d4
)
This commit is contained in:
parent
ed905fce58
commit
d30ddfbac4
@ -1108,6 +1108,7 @@ TARGET_DEVICES += linksys_ea8100-v2
|
|||||||
|
|
||||||
define Device/linksys_re6500
|
define Device/linksys_re6500
|
||||||
$(Device/dsa-migration)
|
$(Device/dsa-migration)
|
||||||
|
$(Device/uimage-lzma-loader)
|
||||||
IMAGE_SIZE := 7872k
|
IMAGE_SIZE := 7872k
|
||||||
DEVICE_VENDOR := Linksys
|
DEVICE_VENDOR := Linksys
|
||||||
DEVICE_MODEL := RE6500
|
DEVICE_MODEL := RE6500
|
||||||
|
Loading…
Reference in New Issue
Block a user