From: Felix Fietkau Date: Tue, 23 Aug 2005 13:31:44 +0000 (+0000) Subject: fix typo in S40network X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=169309c3ff7d9bd1b67f9b9870fa6992bbe84eb6;p=15.05%2Fopenwrt.git fix typo in S40network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1735 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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