]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: disable building UniFi AP Outdoor+ and UniFi AP Pro 24455/head
authorShiji Yang <yangshiji66@outlook.com>
Tue, 28 Jul 2026 10:32:39 +0000 (18:32 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Thu, 30 Jul 2026 15:02:55 +0000 (17:02 +0200)
After switching to the 6.18 kernel, they are no longer built due
to 3 MiB kernel size limitation.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24455
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/ath79/image/generic-ubnt.mk

index 933007fabe0ca0a153c5640f92a56a1f9fc618dd..e82d8c917368198d056cff4e278ae362c0944886 100644 (file)
@@ -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