Fix typo
authorFlorian Fainelli <florian@openwrt.org>
Tue, 4 Mar 2008 15:50:41 +0000 (15:50 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 4 Mar 2008 15:50:41 +0000 (15:50 +0000)
SVN-Revision: 10544

package/base-files/files/etc/init.d/network

index ef415957cc9a1a4595eef29405ed3d4a770f703f..5255651490d4f9b69e32a18414e94567e4066024 100755 (executable)
@@ -20,7 +20,7 @@ start() {
 }
 
 restart() {
-       setup_switch()
+       setup_switch
        ifup -a
        /sbin/wifi up
 }