Skip to content

Commit

Permalink
ramips: enable LZMA loader to fix Linksys RE6500 boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vemek authored and hauke committed Oct 2, 2022
1 parent eed0a31 commit bf5b1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ramips/image/mt7621.mk
Expand Up @@ -1270,6 +1270,7 @@ TARGET_DEVICES += linksys_ea8100-v2

define Device/linksys_re6500
$(Device/dsa-migration)
$(Device/uimage-lzma-loader)
IMAGE_SIZE := 7872k
DEVICE_VENDOR := Linksys
DEVICE_MODEL := RE6500
Expand Down

0 comments on commit bf5b1a5

Please sign in to comment.