Browse Source

make ifxmips use a net bridge

SVN-Revision: 9927
John Crispin 18 years ago
parent
commit
fd2f974946
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ifxmips/base-files/etc/config/network

+ 1 - 1
target/linux/ifxmips/base-files/etc/config/network

@@ -8,7 +8,7 @@ config interface loopback
 
 config interface lan
 	option ifname	eth0
-	#option type		bridge
+	option type		bridge
 	option proto	static
 	option ipaddr	192.168.45.110
 	option netmask	255.255.255.0