netifd: call /sbin/wifi up on /etc/init.d/network reload
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 May 2012 14:22:42 +0000 (14:22 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 May 2012 14:22:42 +0000 (14:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31941 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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