From ccc7a16deecf0ece0e85505a6f69661078ae18a9 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Tue, 28 Jul 2026 18:32:39 +0800 Subject: [PATCH] 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 --- target/linux/ath79/image/generic-ubnt.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3