fix ipcalc (off by 1)
[openwrt.git] / package / base-files / default / etc / config / network
index 0494601..60c2da1 100644 (file)
@@ -1,9 +1,5 @@
-# Network configuration file
-
-# Uncomment the following statements to override the default or nvram config
-# lan_ifame="br0"
-# lan_proto="static"
-# lan_ipaddr="192.168.1.1"
-# lan_netmask="255.255.255.0"
-# lan_gateway=""
-# lan_dns=""
+config interface lan
+       option ifname   eth0
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
This page took 0.024724 seconds and 4 git commands to generate.