mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-17 00:42:53 +00:00
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 c9e58f85f6)
This commit is contained in:
parent
4103958e76
commit
e214118148
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user