diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-10-11 18:40:16 +0800 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-10-11 16:32:57 +0200 |
commit | 48b8c602d01286e8b2f72eee5a645220c87bf73d (patch) | |
tree | b4e53c7218007819435ecf0e8bb38bdac0e974a5 | |
parent | 7e942c53b2eb3a3f55503fd2c6aabb00a35e5ebf (diff) | |
download | openwrt-48b8c602d01286e8b2f72eee5a645220c87bf73d.tar.gz openwrt-48b8c602d01286e8b2f72eee5a645220c87bf73d.tar.bz2 openwrt-48b8c602d01286e8b2f72eee5a645220c87bf73d.zip |
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@qq.com>
Link: https://github.com/openwrt/openwrt/pull/16662
Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |