rb532: don't use bridge by default
[openwrt-10.03/.git] / target / linux / rb532 / base-files / etc / config / network
index 1943028162f9aacab2ed409c5267cc274608be06..ee09491c793dfa152fe7c957c71efc0536285b4d 100644 (file)
@@ -8,5 +8,6 @@ config interface loopback
 
 config interface lan
        option ifname   eth2
-       option proto    dhcp
-
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0