diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-23 13:31:44 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-23 13:31:44 +0000 |
| commit | 169309c3ff7d9bd1b67f9b9870fa6992bbe84eb6 (patch) | |
| tree | 5dc68ace9e35613bf57c395d87de69eed8ea371d | |
| parent | b1568aaf8a7c8485420bc371cf697687a8411110 (diff) | |
| download | upstream-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-x | openwrt/package/base-files/default/etc/init.d/S40network | 3 |
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 |
