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 | 64384f85dc25c5dc230d5a679ad84ce32edbe5a4 (patch) | |
tree | 64cfea9a552beeeb6b0a76b3af760debd834603a /target | |
parent | b254833bae548f5513b6f06367fe2996a7be4be1 (diff) | |
download | upstream-64384f85dc25c5dc230d5a679ad84ce32edbe5a4.tar.gz upstream-64384f85dc25c5dc230d5a679ad84ce32edbe5a4.tar.bz2 upstream-64384f85dc25c5dc230d5a679ad84ce32edbe5a4.zip |
rb532: don't use bridge by default
SVN-Revision: 20238
Diffstat (limited to 'target')
-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 |