diff options
| author | Shiji Yang | 2025-08-21 11:56:15 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-08-23 09:41:22 +0000 |
| commit | 65ed5f8d6dc392c9cae02c2291910a72cc41a523 (patch) | |
| tree | 07e4587c32af4129cc0c5e47961aff98bd2204df | |
| parent | db0b0e14be4ce3cb39d89dfff1a2cba10a91b17c (diff) | |
| download | openwrt-65ed5f8d6dc392c9cae02c2291910a72cc41a523.tar.gz | |
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 <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19826
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 393bb991f1..44326520e6 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 |