From: Shiji Yang Date: Thu, 21 Aug 2025 11:56:15 +0000 (+0800) Subject: ipq40xx: do not build EnGenius EAP1300 and ENS620EXT by default X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F19826%2Fhead;p=thirdparty%2Fopenwrt.git ipq40xx: do not build EnGenius EAP1300 and ENS620EXT by default The 6.12 kernel has exceeded the kernel size limit. the buildbot can no longer build images for them. Developers can try switching the kernel type to zImage to enable them again. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/19826 Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 393bb991f11..44326520e6a 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -463,6 +463,7 @@ define Device/engenius_eap1300 KERNEL_SIZE := 5120k IMAGE_SIZE := 25344k IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata + DEFAULT := n endef TARGET_DEVICES += engenius_eap1300 @@ -532,6 +533,7 @@ define Device/engenius_ens620ext IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata IMAGE/factory_30.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size | SenaoFW $$$$(PRODUCT_ID) $$$$(FW_VER) IMAGE/factory_35.bin := qsdk-ipq-factory-nor | check-size | SenaoFW $$$$(PRODUCT_ID_NEW) $$$$(FW_VER_NEW) + DEFAULT := n endef # Missing DSA Setup #TARGET_DEVICES += engenius_ens620ext