aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-03-04 15:50:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-03-04 15:50:41 +0000
commitc3c83c6574dcd1685e93d039b40368d0fab5afb8 (patch)
treef7202a394b62e8eeefca2f2ba8709f9f51a44fbd /package/base-files
parent8daddd9d7b45f91fafac90a0c6f890d6d94504af (diff)
downloadupstream-c3c83c6574dcd1685e93d039b40368d0fab5afb8.tar.gz
upstream-c3c83c6574dcd1685e93d039b40368d0fab5afb8.tar.bz2
upstream-c3c83c6574dcd1685e93d039b40368d0fab5afb8.zip
Fix typo
SVN-Revision: 10544
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/network2
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
}