From b4cf72b4f92ac36ffc78810ce969d7deb213b59b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 2 May 2010 19:30:36 +0000 Subject: [ar7] include second ethernet interface in bridge after r20022 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar7/base-files/etc/config/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network index 88ddee0281..9ba0e6d29c 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 + option ifname "eth0 eth1" option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 -- cgit v1.2.3