aboutsummaryrefslogtreecommitdiffstats
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
commit3c152a71e66c56659c98a2aca3a439f9e1dd28c5 (patch)
treec5fd41b9939c4d50951914514919d42cf66a2f4e /target/linux/ar7/base-files
parente87f778937ab5ec5b90a7758c2ece99b98672cdc (diff)
downloadmaster-187ad058-3c152a71e66c56659c98a2aca3a439f9e1dd28c5.tar.gz
master-187ad058-3c152a71e66c56659c98a2aca3a439f9e1dd28c5.tar.bz2
master-187ad058-3c152a71e66c56659c98a2aca3a439f9e1dd28c5.zip
[ar7] enable mvswitch driver
And fix the default network configuration to create the required VLANs. Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33750 3c298f89-4303-0410-b956-a3cf2f4a3e73
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