aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-28 14:22:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-28 14:22:42 +0000
commit9fba35fe7e59cae91caa1d26e180312e7c36f1be (patch)
treed87bc151d394c15a83673c1164f033417a58dd2e /package
parent8ef9450b37df3b96f3054075ba56b8eb49bb2cfc (diff)
downloadupstream-9fba35fe7e59cae91caa1d26e180312e7c36f1be.tar.gz
upstream-9fba35fe7e59cae91caa1d26e180312e7c36f1be.tar.bz2
upstream-9fba35fe7e59cae91caa1d26e180312e7c36f1be.zip
netifd: call /sbin/wifi up on /etc/init.d/network reload
SVN-Revision: 31941
Diffstat (limited to 'package')
-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 a3e4d879ba..ea93819136 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
}