[openwrt/openwrt] ramips: rt3883: enable lzma-loader for Belkin F9K1109v1

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 22 16:58:59 PDT 2022


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

commit ac296f621058119501ccd54e7cb2a243af5dc5a0
Author: Robert Senderek <robert.senderek at 10g.pl>
AuthorDate: Mon Oct 17 21:15:35 2022 +0200

    ramips: rt3883: enable lzma-loader for Belkin F9K1109v1
    
    Fixes boot loader LZMA decompression issues
    
    Fixes: #10968
    Signed-off-by: Robert Senderek <robert.senderek at 10g.pl>
---
 target/linux/ramips/image/rt3883.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk
index e76678be1a..f5439bd0a3 100644
--- a/target/linux/ramips/image/rt3883.mk
+++ b/target/linux/ramips/image/rt3883.mk
@@ -18,6 +18,7 @@ endef
 TARGET_DEVICES += asus_rt-n56u
 
 define Device/belkin_f9k1109v1
+  $(Device/uimage-lzma-loader)
   SOC := rt3883
   BLOCKSIZE := 64k
   DEVICE_VENDOR := Belkin
@@ -25,7 +26,6 @@ define Device/belkin_f9k1109v1
   DEVICE_VARIANT := Version 1.0
   DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
   IMAGE_SIZE := 7808k
-  KERNEL := kernel-bin | append-dtb | lzma -d16 | uImage lzma
   # Stock firmware checks for this uImage image name during upload.
   UIMAGE_NAME := N750F9K1103VB
 endef




More information about the lede-commits mailing list