fix typo in S40network
authorFelix Fietkau <nbd@openwrt.org>
Tue, 23 Aug 2005 13:31:44 +0000 (13:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 23 Aug 2005 13:31:44 +0000 (13:31 +0000)
SVN-Revision: 1735

openwrt/package/base-files/default/etc/init.d/S40network

index a5afe5266f0ac447740c469359fad8caa13f995b..c4226d34370a08215d092e7b18b70a318d6bbf67 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