kirkwood: use the generic board detect
[openwrt/staging/chunkeey.git] / target / linux / kirkwood / base-files / etc / board.d / 02_network
index 549d232df936bae899df32e2c3109ea9e11a4de8..b83d0d25cc724521e33922eebd806480ccc4222a 100755 (executable)
@@ -11,24 +11,24 @@ board_config_update
 board=$(board_name)
 
 case "$board" in
-"dockstar"|\
-"goflexhome"|\
-"goflexnet"|\
-"ib62x0"|\
-"iconnect"|\
-"pogo_e02")
+"seagate,dockstar"|\
+"seagate,goflexhome"|\
+"seagate,goflexnet"|\
+"raidsonic,ib-nas62x0"|\
+"iom,iconnect-1.1"|\
+"cloudengines,pogoe02")
        ucidef_set_interface_lan "eth0" "dhcp"
        ;;
-"linksys-audi"|\
-"linksys-viper")
+"linksys,audi"|\
+"linksys,viper")
        ucidef_add_switch "switch0" \
                "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "5@eth0" "6@eth1"
        ;;
-"nsa310b"|"nsa325")
+"zyxel,nsa310b"|"zyxel,nsa325")
        ucidef_set_interface_lan "eth0" "dhcp"
        ucidef_set_interface_macaddr "lan" $( mtd_get_mac_ascii uboot_env ethaddr )
        ;;
-"on100")
+"cisco,on100")
        ucidef_set_interface_lan "eth0 eth1"
        ;;
 *)