diff options
| author | David Bauer | 2024-01-05 16:02:01 +0000 |
|---|---|---|
| committer | David Bauer | 2024-01-10 03:58:33 +0000 |
| commit | e21411814833a45b39ee94c85ed57b996c892ced (patch) | |
| tree | 7bbd8627a6ea029d430608bf005cf37b10dfa2be | |
| parent | 4103958e768d8bb0d8c640f48341838d8bf5724a (diff) | |
| download | openwrt-e21411814833a45b39ee94c85ed57b996c892ced.tar.gz | |
ath79: move UniFi AC template into common
This allows us to embrace alphabetical sorting for the UK-Ultra.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit c9e58f85f6e5d96711291f079413d2f34c36fdc3)
| -rw-r--r-- | target/linux/ath79/image/common-ubnt.mk | 7 | ||||
| -rw-r--r-- | 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 |