aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files/etc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-02 16:41:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-02 16:41:03 +0000
commit3fab0ab03ffebf980a4582b3c4a54d4fb6a74c08 (patch)
tree89cfa70014c554c8753782fab558317974e838ee /package/network/config/netifd/files/etc
parentfed8a06b41e0972b0cd25036eaa411f34397debc (diff)
downloadmaster-187ad058-3fab0ab03ffebf980a4582b3c4a54d4fb6a74c08.tar.gz
master-187ad058-3fab0ab03ffebf980a4582b3c4a54d4fb6a74c08.tar.bz2
master-187ad058-3fab0ab03ffebf980a4582b3c4a54d4fb6a74c08.zip
netifd: add wireless configuration support and port mac80211 to the new framework
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38988 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/netifd/files/etc')
-rwxr-xr-xpackage/network/config/netifd/files/etc/init.d/network2
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() {