kirkwood: consistently use engineering board names
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Nov 2015 00:16:28 +0000 (00:16 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Nov 2015 00:16:28 +0000 (00:16 +0000)
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47430 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/kirkwood/base-files/etc/diag.sh
target/linux/kirkwood/base-files/etc/uci-defaults/01_leds
target/linux/kirkwood/base-files/etc/uci-defaults/02_network
target/linux/kirkwood/base-files/lib/kirkwood.sh

index 716e6c9..0435376 100755 (executable)
@@ -12,8 +12,8 @@ get_status_led() {
        pogo_e02)
                status_led="status:orange:fault"
                ;;
        pogo_e02)
                status_led="status:orange:fault"
                ;;
-       ea4500)
-               status_led="ea4500:white:health"
+       linksys-viper)
+               status_led="viper:white:health"
                ;;
        esac
 }
                ;;
        esac
 }
index e0ae659..d6c0e1e 100644 (file)
@@ -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"
        ;;
        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")
        ;;
 "goflexhome" | \
 "goflexnet")
index 150926e..3491b58 100644 (file)
@@ -37,13 +37,13 @@ case "$board" in
 "pogo_e02")
        set_lan_dhcp "eth0"
        ;;
 "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"
        ;;
        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"
        ucidef_set_interfaces_lan_wan "eth0" "eth1"
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5"
index 6e0f444..0e898ac 100755 (executable)
@@ -38,11 +38,11 @@ kirkwood_board_detect() {
                ;;
 
        "Linksys EA3500")
                ;;
 
        "Linksys EA3500")
-               name="ea3500"
+               name="linksys-audi"
                ;;
 
                ;;
 
-       "Linksys EA4500")
-               name="ea4500"
+       "Linksys E4200v2 / EA4500")
+               name="linksys-viper"
                ;;
 
        "Globalscale Technologies Guruplug Server Plus")
                ;;
 
        "Globalscale Technologies Guruplug Server Plus")