fix typo
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / S40network
index d8b4e41..a5afe52 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+[ -e /etc/config/network] && . /etc/config/network
 case "$1" in
   start|restart)
     ifup lan
This page took 0.027972 seconds and 4 git commands to generate.