fix typo in S40network
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Aug 2005 13:31:44 +0000 (13:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Aug 2005 13:31:44 +0000 (13:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1735 3c298f89-4303-0410-b956-a3cf2f4a3e73

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.026174 seconds and 4 git commands to generate.