diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-03-04 15:50:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-03-04 15:50:41 +0000 |
commit | 7acefe43f19c3d24153a7b65734b30be6e03b6a4 (patch) | |
tree | ae95a37b8423581acae86bd90d22c76a4596c7bf /package | |
parent | f1f58546470fe721c146ace1470c8b25fc348197 (diff) | |
download | upstream-7acefe43f19c3d24153a7b65734b30be6e03b6a4.tar.gz upstream-7acefe43f19c3d24153a7b65734b30be6e03b6a4.tar.bz2 upstream-7acefe43f19c3d24153a7b65734b30be6e03b6a4.zip |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/etc/init.d/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network index ef415957cc..5255651490 100755 --- a/package/base-files/files/etc/init.d/network +++ b/package/base-files/files/etc/init.d/network @@ -20,7 +20,7 @@ start() { } restart() { - setup_switch() + setup_switch ifup -a /sbin/wifi up } |