[ramips] add Ralink V11ST-FE board support
[openwrt.git] / target / linux / ramips / base-files / etc / uci-defaults / network
index 0f97bc3..a36341c 100755 (executable)
@@ -50,6 +50,13 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "2" "4 8t"
                ;;
 
+       v11st-fe)
+               ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+               ucidef_add_switch "switch0" "1" "1"
+               ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
+               ucidef_add_switch_vlan "switch0" "2" "0 5t"
+               ;;
+
        wcr-150gn)
                ucidef_set_interface_lan_wan "eth0.2" "eth0.1"
                ;;
This page took 0.031113 seconds and 4 git commands to generate.