[openwrt/openwrt] ramips: mt7621: disable Edgerouter X image generation
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 20 04:32:19 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/362f9c41a4690964a77afef5216f6e23bc265611
commit 362f9c41a4690964a77afef5216f6e23bc265611
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Mar 20 11:38:58 2024 +0100
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 <robimarko at gmail.com>
---
target/linux/ramips/image/mt7621.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 5fd95463c8..fb8cfce589 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
More information about the lede-commits
mailing list