Add Netgear WNCE2001 (OF version)
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / uci-defaults / 02_network
index d6ab75afa5b644de18a8eb8c18a451623b7a6d49..e28f2b54694e8e9da926fb4a98ce70c07072e1f8 100755 (executable)
@@ -38,14 +38,16 @@ ramips_setup_interfaces()
 
        case $board in
        3g300m | \
+       w150m | \
        all0256n | \
        all5002 | \
-       broadway)
+       broadway | \
+       wnce2001)
                ucidef_add_switch "switch0" "1" "0"
                ucidef_set_interface_lan "eth0"
                ;;
 
-       dir-615-h1 | \
+       3g-6200nl | \
        wl-330n)
                ucidef_set_interface_lan "eth0.1"
                ;;
@@ -68,6 +70,7 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "2" "0 6t"
                ;;
 
+       dir-615-h1 | \
        mzk-w300nh2)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
                ucidef_add_switch "switch0" "1" "1"
@@ -124,6 +127,7 @@ ramips_setup_interfaces()
                ucidef_set_interfaces_lan_wan "eth0.2" "eth0.1"
                ;;
 
+       d105 | \
        omni-emb-hpm|\
        wli-tx4-ag300n)
                ucidef_set_interface_lan "eth0"
@@ -154,6 +158,7 @@ ramips_setup_macs()
                ;;
        3g-6200n | \
        3g300m | \
+       w150m | \
        air3gii | \
        argus-atp52b | \
        bc2 | \
@@ -238,7 +243,8 @@ ramips_setup_macs()
 
        all0239-3g | \
        carambola | \
-       w502u)
+       w502u | \
+       wnce2001)
                lan_mac=$(mtd_get_mac_binary factory 40)
                wan_mac=$(mtd_get_mac_binary factory 46)
                ;;
@@ -248,6 +254,7 @@ ramips_setup_macs()
                wan_mac=$(macaddr_add "$lan_mac" 1)
                ;;
 
+       d105 | \
        wli-tx4-ag300n)
                lan_mac=$(mtd_get_mac_binary factory 4)
                ;;