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>
This commit is contained in:
parent
7e942c53b2
commit
48b8c602d0
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ endef
|
||||||
TARGET_DEVICES += qxwlan_e2600ac-c2
|
TARGET_DEVICES += qxwlan_e2600ac-c2
|
||||||
|
|
||||||
define Device/skspruce_wia3300-20
|
define Device/skspruce_wia3300-20
|
||||||
$(call Device/FitImage)
|
$(call Device/FitzImage)
|
||||||
BLOCKSIZE := 64k
|
BLOCKSIZE := 64k
|
||||||
IMAGE_SIZE := 55104k
|
IMAGE_SIZE := 55104k
|
||||||
SOC := qcom-ipq4019
|
SOC := qcom-ipq4019
|
||||||
|
|
Loading…
Reference in a new issue