forked from Ivasoft/openwrt
kirkwood: consistently use engineering board names
Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 47430
This commit is contained in:
@@ -13,12 +13,12 @@ case "$board" in
|
||||
ucidef_set_led_default "health" "health" "status:green:health" "1"
|
||||
ucidef_set_led_default "fault" "fault" "status:orange:fault" "1"
|
||||
;;
|
||||
"ea3500")
|
||||
ucidef_set_led_default "power" "power" "ea3500:green:power" "1"
|
||||
"linksys-audi")
|
||||
ucidef_set_led_default "power" "power" "audi:green:power" "1"
|
||||
;;
|
||||
"ea4500")
|
||||
ucidef_set_led_default "health" "health" "ea4500:white:health" "1"
|
||||
ucidef_set_led_default "pulse" "pulse" "ea4500:white:pulse" "1"
|
||||
"linksys-viper")
|
||||
ucidef_set_led_default "health" "health" "viper:white:health" "1"
|
||||
ucidef_set_led_default "pulse" "pulse" "viper:white:pulse" "1"
|
||||
;;
|
||||
"goflexhome" | \
|
||||
"goflexnet")
|
||||
|
||||
@@ -37,13 +37,13 @@ case "$board" in
|
||||
"pogo_e02")
|
||||
set_lan_dhcp "eth0"
|
||||
;;
|
||||
"ea3500")
|
||||
"linksys-audi")
|
||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5"
|
||||
ucidef_add_switch_vlan "switch0" "2" "4 6"
|
||||
;;
|
||||
"ea4500")
|
||||
"linksys-viper")
|
||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5"
|
||||
|
||||
Reference in New Issue
Block a user