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 | c3c83c6574dcd1685e93d039b40368d0fab5afb8 (patch) | |
tree | f7202a394b62e8eeefca2f2ba8709f9f51a44fbd /package/base-files/files | |
parent | 8daddd9d7b45f91fafac90a0c6f890d6d94504af (diff) | |
download | upstream-c3c83c6574dcd1685e93d039b40368d0fab5afb8.tar.gz upstream-c3c83c6574dcd1685e93d039b40368d0fab5afb8.tar.bz2 upstream-c3c83c6574dcd1685e93d039b40368d0fab5afb8.zip |
Fix typo
SVN-Revision: 10544
Diffstat (limited to 'package/base-files/files')
-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 } |