[openwrt/openwrt] ipq40xx: switch to zImage kernel for SKSpruce WIA3300-20

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 11 07:33:01 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/48b8c602d01286e8b2f72eee5a645220c87bf73d

commit 48b8c602d01286e8b2f72eee5a645220c87bf73d
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Fri Oct 11 18:40:16 2024 +0800

    ipq40xx: switch to zImage kernel for SKSpruce WIA3300-20
    
    The bootloader can support zImage linux kernel which can decrease
    the firmware image size.
    
    Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
    Link: https://github.com/openwrt/openwrt/pull/16662
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/ipq40xx/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index b5d387b14a..478e399d0c 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -1093,7 +1093,7 @@ endef
 TARGET_DEVICES += qxwlan_e2600ac-c2
 
 define Device/skspruce_wia3300-20
-	$(call Device/FitImage)
+	$(call Device/FitzImage)
 	BLOCKSIZE := 64k
 	IMAGE_SIZE := 55104k
 	SOC := qcom-ipq4019




More information about the lede-commits mailing list