2
0
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:
P.Wassi
2016-05-11 09:35:24 +02:00
committed by John Crispin
parent ffaaa6788a
commit c855e70491
10 changed files with 33 additions and 28 deletions

View File

@@ -368,7 +368,7 @@ tl-wa901nd-v3 |\
tl-wa901nd-v4 |\
tl-wr703n |\
tube2h |\
unifiac |\
unifiac-lite |\
wndap360 |\
mynet-rext |\
wp543)

View File

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

View File

@@ -76,7 +76,7 @@ case "$FIRMWARE" in
ath10kcal_extract "ART" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
;;
unifiac)
unifiac-lite)
ath10kcal_extract "EEPROM" 20480 2116
;;
esac

View File

@@ -949,8 +949,8 @@ ar71xx_board_detect() {
*UniFi)
name="unifi"
;;
*"UniFi-AC")
name="unifiac"
*"UniFi-AC-LITE")
name="unifiac-lite"
;;
*"UniFi AP Pro")
name="uap-pro"

View File

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