[openwrt/openwrt] ramips: mt7621: enable lzma-loader for AFOUNDRY EW1200

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 22 14:06:30 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/889bbf89bb679f0c5b0fa432e27a3e0dd8940a4e

commit 889bbf89bb679f0c5b0fa432e27a3e0dd8940a4e
Author: Tony Butler <spudz76 at gmail.com>
AuthorDate: Sun Mar 19 02:34:07 2023 -0700

    ramips: mt7621: enable lzma-loader for AFOUNDRY EW1200
    
    Fixes boot loader LZMA decompression issues (LZMA ERROR 1)
    As reported in issue #12208
    
    Reported-by: Raúl M. <raul.m at sparkedhost.com>
    Tested-by: Raúl M. <raul.m at sparkedhost.com>
    Signed-off-by: Tony Butler <spudz76 at gmail.com>
---
 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 07e63a5cf1..5d2a484426 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -140,6 +140,7 @@ TARGET_DEVICES += adslr_g7
 
 define Device/afoundry_ew1200
   $(Device/dsa-migration)
+  $(Device/uimage-lzma-loader)
   IMAGE_SIZE := 16064k
   DEVICE_VENDOR := AFOUNDRY
   DEVICE_MODEL := EW1200




More information about the lede-commits mailing list