include second ethernet interface in bridge after r20022
authorFlorian Fainelli <florian@openwrt.org>
Sun, 2 May 2010 19:30:36 +0000 (19:30 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 2 May 2010 19:30:36 +0000 (19:30 +0000)
SVN-Revision: 21307

target/linux/ar7/base-files/etc/config/network

index 88ddee0281860f0d006b894614acdd62381f379f..9ba0e6d29ccc64b1aaa586636b0664be2720c173 100644 (file)
@@ -8,7 +8,7 @@ config interface loopback
 
 config interface lan
        option type     bridge
-       option ifname   eth0
+       option ifname   "eth0 eth1"
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0