fix minor typo & move loopback to network config
[openwrt.git] / package / base-files / brcm-2.4 / etc / init.d / S05netconfig
index 2efd596..175b9a9 100755 (executable)
@@ -61,6 +61,14 @@ END {
        p("vlan1", "vlan1ports")
        print ""
        print ""
+       print "#### Loopback configuration"
+       print "config interface loopback"
+       print " option ifname   \"lo\""
+       print " option proto    static"
+       print " option ipaddr   127.0.0.1"
+       print " option netmask  255.0.0.0"
+       print ""
+       print ""
        print "#### LAN configuration"
        print "config interface lan"
        print " option type     bridge"
This page took 0.02305 seconds and 4 git commands to generate.