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>
This commit is contained in:
parent
db0b0e14be
commit
65ed5f8d6d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user