From e65143df0ddb3905335fb399bab2961095127a2a Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 23 Aug 2005 13:31:44 +0000 Subject: fix typo in S40network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1735 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/base-files/default/etc/init.d/S40network | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openwrt/package/base-files') diff --git a/openwrt/package/base-files/default/etc/init.d/S40network b/openwrt/package/base-files/default/etc/init.d/S40network index a5afe5266f..c4226d3437 100755 --- a/openwrt/package/base-files/default/etc/init.d/S40network +++ b/openwrt/package/base-files/default/etc/init.d/S40network @@ -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 -- cgit v1.2.3