2
0
forked from Ivasoft/openwrt

enable mvswitch driver

And fix the default network configuration to create the required VLANs.

Patch from Daniel Gimpelevich.

SVN-Revision: 33750
This commit is contained in:
Florian Fainelli
2012-10-13 17:47:09 +00:00
parent 99598d2473
commit 3794a6a9dd
3 changed files with 74 additions and 32 deletions

View File

@@ -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