2
0
forked from Ivasoft/openwrt

ar71xx: rename AP136 to AP136-010

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34883
This commit is contained in:
Gabor Juhos
2012-12-26 09:50:31 +00:00
parent f8b4dfd172
commit c887a7fe4e
7 changed files with 24 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ get_status_led() {
all0305)
status_led="eap7660d:green:ds4"
;;
ap136)
ap136-010)
status_led="ap136:green:status"
;;
ap81)

View File

@@ -22,7 +22,7 @@ ubnt-unifi-outdoor)
ucidef_set_interface_lan "eth0 eth1"
;;
ap136)
ap136-010)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"

View File

@@ -174,8 +174,8 @@ ar71xx_board_detect() {
*AP121-MINI)
name="ap121-mini"
;;
*"AP136 reference board")
name="ap136"
*"AP136-010 reference board")
name="ap136-010"
;;
*AP81)
name="ap81"

View File

@@ -88,7 +88,7 @@ platform_check_image() {
ap113 | \
ap121 | \
ap121-mini | \
ap136 | \
ap136-010 | \
ap96 | \
db120 | \
hornet-ub | \