diff options
author | John Crispin <john@openwrt.org> | 2007-12-25 13:44:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-12-25 13:44:39 +0000 |
commit | fd2f9749465c814cdfceee69961e951bba672c36 (patch) | |
tree | 25766987d9d53cc8af415a8506ed4c03b2a83935 /target/linux/ifxmips/base-files | |
parent | ea2872326a0675e9d051b94e3368fb6cfd91d32f (diff) | |
download | upstream-fd2f9749465c814cdfceee69961e951bba672c36.tar.gz upstream-fd2f9749465c814cdfceee69961e951bba672c36.tar.bz2 upstream-fd2f9749465c814cdfceee69961e951bba672c36.zip |
make ifxmips use a net bridge
SVN-Revision: 9927
Diffstat (limited to 'target/linux/ifxmips/base-files')
-rw-r--r-- | target/linux/ifxmips/base-files/etc/config/network | 2 |
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 |