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:
@@ -368,7 +368,7 @@ tl-wa901nd-v3 |\
|
||||
tl-wa901nd-v4 |\
|
||||
tl-wr703n |\
|
||||
tube2h |\
|
||||
unifiac |\
|
||||
unifiac-lite |\
|
||||
wndap360 |\
|
||||
mynet-rext |\
|
||||
wp543)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -268,7 +268,7 @@ platform_check_image() {
|
||||
wlae-ag300n | \
|
||||
nbg460n_550n_550nh | \
|
||||
unifi | \
|
||||
unifiac | \
|
||||
unifiac-lite | \
|
||||
unifi-outdoor | \
|
||||
carambola2 | \
|
||||
weio )
|
||||
|
||||
Reference in New Issue
Block a user