From: Shiji Yang Date: Tue, 28 Jul 2026 10:32:39 +0000 (+0800) Subject: ath79: disable building UniFi AP Outdoor+ and UniFi AP Pro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24455%2Fhead;p=thirdparty%2Fopenwrt.git ath79: disable building UniFi AP Outdoor+ and UniFi AP Pro After switching to the 6.18 kernel, they are no longer built due to 3 MiB kernel size limitation. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/24455 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 933007fabe0..e82d8c91736 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -329,6 +329,7 @@ define Device/ubnt_unifi-ap-outdoor-plus $(Device/ubnt-unifi-jffs2) DEVICE_MODEL := UniFi AP Outdoor+ SUPPORTED_DEVICES += unifi-outdoor-plus + DEFAULT := n endef TARGET_DEVICES += ubnt_unifi-ap-outdoor-plus @@ -338,5 +339,6 @@ define Device/ubnt_unifi-ap-pro DEVICE_MODEL := UniFi AP Pro UBNT_CHIP := ar934x SUPPORTED_DEVICES += uap-pro + DEFAULT := n endef TARGET_DEVICES += ubnt_unifi-ap-pro