aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-23 13:31:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-23 13:31:44 +0000
commit169309c3ff7d9bd1b67f9b9870fa6992bbe84eb6 (patch)
tree5dc68ace9e35613bf57c395d87de69eed8ea371d
parentb1568aaf8a7c8485420bc371cf697687a8411110 (diff)
downloadupstream-169309c3ff7d9bd1b67f9b9870fa6992bbe84eb6.tar.gz
upstream-169309c3ff7d9bd1b67f9b9870fa6992bbe84eb6.tar.bz2
upstream-169309c3ff7d9bd1b67f9b9870fa6992bbe84eb6.zip
fix typo in S40network
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1735 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S40network3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S40network b/openwrt/package/base-files/default/etc/init.d/S40network
index a5afe5266f0..c4226d34370 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