[openwrt/openwrt] ramips: enable LZMA loader to fix Linksys RE6500 boot

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 3 15:13:37 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/d30ddfbac4568de2abb847b029d4b76f035932e5

commit d30ddfbac4568de2abb847b029d4b76f035932e5
Author: Mark King <mark at vemek.co>
AuthorDate: Sun Sep 25 21:53:52 2022 +0100

    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 at vemek.co>
    (cherry picked from commit bf5b1a53d4ff3f1d742f9ece1ab16555280417ec)
---
 target/linux/ramips/image/mt7621.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 8860be11b8..c07ab39afd 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1108,6 +1108,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




More information about the lede-commits mailing list