aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-02-15 21:13:11 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-02-15 21:13:11 +0000
commitdc053cf4f066fdb5c772f86ce3b6981ce77232ee (patch)
treeeec70b49eb77157c66eb0379e239b6b1607d3e94 /target/linux/ramips/base-files/etc/uci-defaults/network
parent9c7fb0200c8a9306c7d40c120a90eccf37fc3f8a (diff)
downloadmaster-187ad058-dc053cf4f066fdb5c772f86ce3b6981ce77232ee.tar.gz
master-187ad058-dc053cf4f066fdb5c772f86ce3b6981ce77232ee.tar.bz2
master-187ad058-dc053cf4f066fdb5c772f86ce3b6981ce77232ee.zip
[ramips] add Ralink V11ST-FE board support
This board is equipped with: - 4MB of NOR Flash - 32MB of SDRAM - IC+ IP175C switch - one Mini-PCI slot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30561 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/network7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network
index 0f97bc3647..a36341ca15 100755
--- a/target/linux/ramips/base-files/etc/uci-defaults/network
+++ b/target/linux/ramips/base-files/etc/uci-defaults/network
@@ -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"
;;