diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-16 08:26:50 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-16 08:26:50 +0000 |
commit | e33dc979fd363a9aa19c64f80afd1d36946dbeb7 (patch) | |
tree | 51178d3fd18a68df6fc5cfac5a4a663995b8c615 /target/linux/rb532 | |
parent | 497fe4a97e32e601b3d9ad32daed3f62e05081be (diff) | |
download | upstream-e33dc979fd363a9aa19c64f80afd1d36946dbeb7.tar.gz upstream-e33dc979fd363a9aa19c64f80afd1d36946dbeb7.tar.bz2 upstream-e33dc979fd363a9aa19c64f80afd1d36946dbeb7.zip |
rb532: don't use bridge by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532')
-rw-r--r-- | target/linux/rb532/base-files/etc/config/network | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/rb532/base-files/etc/config/network b/target/linux/rb532/base-files/etc/config/network index e3ed31f852..ee09491c79 100644 --- a/target/linux/rb532/base-files/etc/config/network +++ b/target/linux/rb532/base-files/etc/config/network @@ -8,7 +8,6 @@ config interface loopback config interface lan option ifname eth2 - option type bridge option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 |