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