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