forked from Ivasoft/openwrt
ar71xx: Rename unifiac to unifiac-lite
To avoid confusion with different unifiac devices, rename existing target "unifiac" to "unifiac-lite", before "unifiac-pro" is introduced. Signed-off-by: P.Wassi <p.wassi at gmx.at>
This commit is contained in:
@@ -38,16 +38,16 @@ endef
|
||||
|
||||
$(eval $(call Profile,UBNTUNIFI))
|
||||
|
||||
define Profile/UBNTUNIFIAC
|
||||
NAME:=Ubiquiti UniFi AP AC
|
||||
define Profile/UBNTUNIFIACLITE
|
||||
NAME:=Ubiquiti UniFi AP AC LITE/LR
|
||||
PACKAGES:=kmod-ath10k ath10k-firmware-qca988x
|
||||
endef
|
||||
|
||||
define Profile/UBNTUNIFIAC/Description
|
||||
Package set optimized for the Ubiquiti UniFi AP AC.
|
||||
define Profile/UBNTUNIFIACLITE/Description
|
||||
Package set optimized for the Ubiquiti UniFi AP AC LITE/LR.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,UBNTUNIFIAC))
|
||||
$(eval $(call Profile,UBNTUNIFIACLITE))
|
||||
|
||||
define Profile/UBNTUNIFIOUTDOOR
|
||||
NAME:=Ubiquiti UniFiAP Outdoor
|
||||
|
||||
Reference in New Issue
Block a user