diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2012-05-28 14:22:42 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-28 14:22:42 +0000 |
| commit | 9fba35fe7e59cae91caa1d26e180312e7c36f1be (patch) | |
| tree | d87bc151d394c15a83673c1164f033417a58dd2e | |
| parent | 8ef9450b37df3b96f3054075ba56b8eb49bb2cfc (diff) | |
| download | upstream-9fba35fe7e59cae91caa1d26e180312e7c36f1be.tar.gz upstream-9fba35fe7e59cae91caa1d26e180312e7c36f1be.tar.bz2 upstream-9fba35fe7e59cae91caa1d26e180312e7c36f1be.zip | |
netifd: call /sbin/wifi up on /etc/init.d/network reload
SVN-Revision: 31941
| -rwxr-xr-x | package/netifd/files/etc/init.d/network | 1 |
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 a3e4d879bae..ea93819136f 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 } |
