move arch specific base-files install call to the end of the generic one - fixes...
[openwrt-10.03/.git] / package / base-files / ar7-2.4 / etc / config / network
index 19a858e163bb30df71eb55424ab704658e42f5c4..911134bb0df68b3ac1717f9d8e23f7eaeef57779 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