netifd: call /sbin/wifi up on /etc/init.d/network reload
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 May 2012 14:22:42 +0000 (14:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 28 May 2012 14:22:42 +0000 (14:22 +0000)
SVN-Revision: 31941

package/netifd/files/etc/init.d/network

index a3e4d879bae1da462f12d8714cf4e5256da2e66f..ea93819136f9c2ec3458a9b3fe62baec13dd2822 100755 (executable)
@@ -41,4 +41,5 @@ stop() {
 
 reload() {
        ubus call network reload
+       /sbin/wifi up
 }