summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-13 17:47:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-13 17:47:09 +0000
commit3794a6a9ddcc986341b671dba9325cb7376f6326 (patch)
tree2d625f3ceb997776315587a593017ed1237169b5 /target/linux/ar7/base-files
parent99598d2473ba185ad0aaba22a9c0c283d1a96f39 (diff)
downloadmaster-31e0f0ae-3794a6a9ddcc986341b671dba9325cb7376f6326.tar.gz
master-31e0f0ae-3794a6a9ddcc986341b671dba9325cb7376f6326.tar.bz2
master-31e0f0ae-3794a6a9ddcc986341b671dba9325cb7376f6326.zip
enable mvswitch driver
And fix the default network configuration to create the required VLANs. Patch from Daniel Gimpelevich. SVN-Revision: 33750
Diffstat (limited to 'target/linux/ar7/base-files')
-rw-r--r--target/linux/ar7/base-files/etc/config/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network
index 9ba0e6d29c..0576aa437b 100644
--- a/target/linux/ar7/base-files/etc/config/network
+++ b/target/linux/ar7/base-files/etc/config/network
@@ -8,7 +8,7 @@ config interface loopback
config interface lan
option type bridge
- option ifname "eth0 eth1"
+ option ifname "eth0 eth1 eth0.1 eth0.2"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0