Explorar el Código

include second ethernet interface in bridge after r20022

SVN-Revision: 21307
Florian Fainelli hace 16 años
padre
commit
6e30a4b087
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/ar7/base-files/etc/config/network

+ 1 - 1
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