brcm63xx: add VW6339GU support
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / 02_network
index f59fed678167dd9b26dc08bf68d0963808689768..93e2cb70f05185d5e2cd80b4bbab347ccc6902cb 100755 (executable)
@@ -14,6 +14,7 @@ ucidef_set_interface_loopback
 
 case "$board_name" in
 
+CVG834G_E15R3921 |\
 RTA770BW |\
 RTA770W |\
 96348W3 |\
@@ -27,6 +28,7 @@ SPW500V)
 96338W2_E7T |\
 96348A-122 |\
 96348W3 |\
+AR1004G |\
 CPVA642 |\
 CT536_CT5621 |\
 CT6373-1 |\
@@ -60,6 +62,7 @@ V2500V_BB)
        ;;
 
 AW4139 |\
+AW4339U |\
 HW556*)
        ucidef_set_interface_lan "eth0.1"
        ucidef_add_switch "eth0" "1" "1"
@@ -78,7 +81,9 @@ DVG3810BN)
 96328A-1441N1 |\
 963281TAN |\
 963281T_TEF |\
-96368MVNgr)
+96368MVNgr |\
+"F@ST2504n" |\
+"F@ST2704V2")
        ucidef_set_interface_lan "eth0.1"
        ucidef_add_switch "eth0" "1" "1"
        ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 8t"
@@ -97,6 +102,13 @@ NB6)
        ucidef_add_switch_vlan "switch0" "2" "0 9t"
        ;;
 
+VW6339GU)
+       ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+       ucidef_add_switch "switch0" "1" "1"
+       ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 8t"
+       ucidef_add_switch_vlan "switch0" "2" "4 8t"
+       ;;
+
 *)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ;;