fix minor typo & move loopback to network config
[openwrt.git] / package / base-files / ar7-2.4 / etc / config / network
index 19a858e..911134b 100644 (file)
@@ -1,5 +1,11 @@
 # Network configuration file
 
+config interface loopback
+       option ifname   lo
+       option proto    static
+       option ipaddr   127.0.0.1
+       option netmask  255.0.0.0
+
 config interface lan
        option ifname   eth0
        option proto    static
This page took 0.019652 seconds and 4 git commands to generate.