summaryrefslogtreecommitdiffstats
path: root/package/netifd
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-28 14:22:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-28 14:22:42 +0000
commit1cf19d8a82e13be7bf07cbfd13de62bc64a1bedd (patch)
treec73c51010718d314ae60e2343db9b400febdcf00 /package/netifd
parent7de192f60d4d02f5921f7eb499be348dc3f15948 (diff)
netifd: call /sbin/wifi up on /etc/init.d/network reload
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/netifd')
-rwxr-xr-xpackage/netifd/files/etc/init.d/network1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/netifd/files/etc/init.d/network b/package/netifd/files/etc/init.d/network
index a3e4d879b..ea9381913 100755
--- a/package/netifd/files/etc/init.d/network
+++ b/package/netifd/files/etc/init.d/network
@@ -41,4 +41,5 @@ stop() {
reload() {
ubus call network reload
+ /sbin/wifi up
}