diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 16:41:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 16:41:03 +0000 |
commit | 498d84fc4e00ad75514c3a9dde09338552b89a8c (patch) | |
tree | c356de13fce36967a6069a2b470b070eafdc6690 /package/network/config/netifd/files/etc | |
parent | c9902e141e021a683e871d594ddd15a978def1d5 (diff) | |
download | upstream-498d84fc4e00ad75514c3a9dde09338552b89a8c.tar.gz upstream-498d84fc4e00ad75514c3a9dde09338552b89a8c.tar.bz2 upstream-498d84fc4e00ad75514c3a9dde09338552b89a8c.zip |
netifd: add wireless configuration support and port mac80211 to the new framework
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38988
Diffstat (limited to 'package/network/config/netifd/files/etc')
-rwxr-xr-x | package/network/config/netifd/files/etc/init.d/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index f54d69b472..8b2d368d6a 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -18,7 +18,7 @@ start_service() { reload_service() { ubus call network reload - /sbin/wifi up + /sbin/wifi reload } stop_service() { |