2
0
forked from Ivasoft/openwrt

ar71xx: Support for Ubiquiti UniFi AP AC LITE

Add support for the Ubiquiti UniFi AP AC LITE
Signed-off-by: P.Wassi <p.wassi at gmx.at>

SVN-Revision: 48711
This commit is contained in:
John Crispin
2016-02-12 08:31:32 +00:00
parent 22f20c4a66
commit cede06cebc
13 changed files with 154 additions and 2 deletions

View File

@@ -360,6 +360,7 @@ tl-wa901nd-v2 |\
tl-wa901nd-v3 |\
tl-wr703n |\
tube2h |\
unifiac |\
wndap360 |\
mynet-rext |\
wp543)

View File

@@ -339,7 +339,8 @@ get_status_led() {
unifi)
status_led="ubnt:green:dome"
;;
uap-pro)
uap-pro | \
unifiac)
status_led="ubnt:white:dome"
;;
unifi-outdoor-plus)

View File

@@ -75,6 +75,9 @@ case "$FIRMWARE" in
ath10kcal_extract "ART" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
;;
unifiac)
ath10kcal_extract "EEPROM" 20480 2116
;;
esac
;;
"ath10k/cal-pci-0000:01:00.0.bin")

View File

@@ -908,6 +908,9 @@ ar71xx_board_detect() {
*UniFi)
name="unifi"
;;
*"UniFi-AC")
name="unifiac"
;;
*"UniFi AP Pro")
name="uap-pro"
;;

View File

@@ -263,6 +263,7 @@ platform_check_image() {
wlae-ag300n | \
nbg460n_550n_550nh | \
unifi | \
unifiac | \
unifi-outdoor | \
carambola2 | \
weio )