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>
This commit is contained in:
parent
1278d47bea
commit
c9e58f85f6
2 changed files with 7 additions and 7 deletions
|
@ -121,6 +121,13 @@ define Device/ubnt-xw
|
||||||
UBNT_VERSION := 6.0.4
|
UBNT_VERSION := 6.0.4
|
||||||
endef
|
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
|
define Device/ubnt-unifi-jffs2
|
||||||
$(Device/ubnt)
|
$(Device/ubnt)
|
||||||
KERNEL_SIZE := 3072k
|
KERNEL_SIZE := 3072k
|
||||||
|
|
|
@ -244,13 +244,6 @@ define Device/ubnt_unifi-ap-lr
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_unifi-ap-lr
|
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
|
define Device/ubnt_unifiac-lite
|
||||||
$(Device/ubnt_unifiac)
|
$(Device/ubnt_unifiac)
|
||||||
DEVICE_MODEL := UniFi AC Lite
|
DEVICE_MODEL := UniFi AC Lite
|
||||||
|
|
Loading…
Reference in a new issue