aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/generic-ubnt.mk
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2018-06-27 12:10:33 +0200
committerMathias Kresin <dev@kresin.me>2018-06-28 18:39:57 +0200
commit56fddc2577baf194d1e9a7b37d454d12ff9fb469 (patch)
tree95dd18b200b0aaf5c195a93a4b571bace33d9ae8 /target/linux/ath79/image/generic-ubnt.mk
parentc463320812ea9aad329289a950e83bb6c43a8d58 (diff)
downloadupstream-56fddc2577baf194d1e9a7b37d454d12ff9fb469.tar.gz
upstream-56fddc2577baf194d1e9a7b37d454d12ff9fb469.tar.bz2
upstream-56fddc2577baf194d1e9a7b37d454d12ff9fb469.zip
ath79: sync naming of Ubiquiti devices
Use a Unifi AC Lite board-/image name consistent with other Ubiquiti devices. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/image/generic-ubnt.mk')
-rw-r--r--target/linux/ath79/image/generic-ubnt.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index 900167f626..aa898be2ee 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -80,7 +80,7 @@ define Device/ubnt_unifi
endef
TARGET_DEVICES += ubnt_unifi
-define Device/ubnt-unifiac
+define Device/ubnt_unifiac
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
DEVICE_PROFILE := UBNT
IMAGE_SIZE := 7744k
@@ -89,12 +89,13 @@ define Device/ubnt-unifiac
endef
-define Device/ubnt-unifiac-lite
- $(Device/ubnt-unifiac)
+define Device/ubnt_unifiac-lite
+ $(Device/ubnt_unifiac)
DEVICE_TITLE := Ubiquiti UniFi AC-Lite
+ SUPPORTED_DEVICES += ubnt-unifiac-lite
DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x
DEVICE_PROFILE += UBNTUNIFIACLITE
BOARDNAME := UBNT-UF-AC-LITE
ATH_SOC := qca9563
endef
-TARGET_DEVICES += ubnt-unifiac-lite
+TARGET_DEVICES += ubnt_unifiac-lite