From 0c97d8707b03ba64f899214ab8ef13b45196cdc6 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 11 May 2026 20:29:58 +0200 Subject: [PATCH] mvebu: disable WRT1900AC v1 builds by default With Kernel 6.18 the kernel size exceeds 4MB. Without additional changes to the partition layout or kernel size reduction, the image will not be usable. Disable this sub-target until necessary changes or a decision regarding its removal have been made. Signed-off-by: Stefan Kalscheuer Link: https://github.com/openwrt/openwrt/pull/22761 Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/image/cortexa9.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk index b87b615e80..b564e5dc4a 100644 --- a/target/linux/mvebu/image/cortexa9.mk +++ b/target/linux/mvebu/image/cortexa9.mk @@ -294,6 +294,7 @@ define Device/linksys_wrt1900ac-v1 DEVICE_PACKAGES += mwlwifi-firmware-88w8864 kmod-dsa-mv88e6xxx KERNEL_SIZE := 4096k SUPPORTED_DEVICES += armada-xp-linksys-mamba linksys,mamba + DEFAULT := n endef TARGET_DEVICES += linksys_wrt1900ac-v1