rb532: bring the target specific default /etc/config/network closer to the global...
[openwrt/svn-archive/archive.git] / target / linux / rb532 / base-files / etc / config / network
index 82796905741150ab33f492e33d76cf64b04be3a7..e3ed31f8522e2f423054b18cc2882c79fabeee4f 100644 (file)
@@ -7,6 +7,8 @@ config interface loopback
        option netmask  255.0.0.0
 
 config interface lan
-       option ifname   eth0
-       option proto    dhcp
-
+       option ifname   eth2
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0