From 48b8c602d01286e8b2f72eee5a645220c87bf73d Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Fri, 11 Oct 2024 18:40:16 +0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/16662 Signed-off-by: Robert Marko --- 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 -- 2.30.2