[openwrt/openwrt] ath79: move UniFi AC template into common

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 9 19:59:50 PST 2024


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/e21411814833a45b39ee94c85ed57b996c892ced

commit e21411814833a45b39ee94c85ed57b996c892ced
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Jan 5 17:02:01 2024 +0100

    ath79: move UniFi AC template into common
    
    This allows us to embrace alphabetical sorting for the UK-Ultra.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
    (cherry picked from commit c9e58f85f6e5d96711291f079413d2f34c36fdc3)
---
 target/linux/ath79/image/common-ubnt.mk  | 7 +++++++
 target/linux/ath79/image/generic-ubnt.mk | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/target/linux/ath79/image/common-ubnt.mk b/target/linux/ath79/image/common-ubnt.mk
index 76d6de000b..f44e06e110 100644
--- a/target/linux/ath79/image/common-ubnt.mk
+++ b/target/linux/ath79/image/common-ubnt.mk
@@ -121,6 +121,13 @@ define Device/ubnt-xw
   UBNT_VERSION := 6.0.4
 endef
 
+define Device/ubnt_unifiac
+  DEVICE_VENDOR := Ubiquiti
+  SOC := qca9563
+  IMAGE_SIZE := 15488k
+  DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
+endef
+
 define Device/ubnt-unifi-jffs2
   $(Device/ubnt)
   KERNEL_SIZE := 3072k
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index fa4daa3aaa..92b764c389 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -244,13 +244,6 @@ define Device/ubnt_unifi-ap-lr
 endef
 TARGET_DEVICES += ubnt_unifi-ap-lr
 
-define Device/ubnt_unifiac
-  DEVICE_VENDOR := Ubiquiti
-  SOC := qca9563
-  IMAGE_SIZE := 15488k
-  DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
-endef
-
 define Device/ubnt_unifiac-lite
   $(Device/ubnt_unifiac)
   DEVICE_MODEL := UniFi AC Lite




More information about the lede-commits mailing list