summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-25 13:44:39 +0000
committerJohn Crispin <john@openwrt.org>2007-12-25 13:44:39 +0000
commitfd2f9749465c814cdfceee69961e951bba672c36 (patch)
tree25766987d9d53cc8af415a8506ed4c03b2a83935
parentea2872326a0675e9d051b94e3368fb6cfd91d32f (diff)
downloadmaster-31e0f0ae-fd2f9749465c814cdfceee69961e951bba672c36.tar.gz
master-31e0f0ae-fd2f9749465c814cdfceee69961e951bba672c36.tar.bz2
master-31e0f0ae-fd2f9749465c814cdfceee69961e951bba672c36.zip
make ifxmips use a net bridge
SVN-Revision: 9927
-rw-r--r--target/linux/ifxmips/base-files/etc/config/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/base-files/etc/config/network b/target/linux/ifxmips/base-files/etc/config/network
index eb01cdd6c3..d19aad2b4e 100644
--- a/target/linux/ifxmips/base-files/etc/config/network
+++ b/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