From: Robert Marko Date: Wed, 20 Mar 2024 10:38:58 +0000 (+0100) Subject: ramips: mt7621: disable Edgerouter X image generation X-Git-Tag: v24.10.0-rc1~2568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14938%2Fhead;p=thirdparty%2Fopenwrt.git ramips: mt7621: disable Edgerouter X image generation With kernel 6.1 image size is too large for Edgerouter X current size limit and is causing the buildbots to fail building so images for other devices are not updated as well. So, disable building Edgerouter X images until a workaround is found. Signed-off-by: Robert Marko --- diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 5fd95463c86..fb8cfce5894 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2504,6 +2504,7 @@ define Device/ubnt_edgerouter_common ubnt-erx-factory-image $(KDIR)/tmp/$$(KERNEL_INITRAMFS_PREFIX)-factory.tar IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata DEVICE_PACKAGES += -wpad-basic-mbedtls -uboot-envtools + DEFAULT := n endef define Device/ubnt_edgerouter-x