1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

netifd: call /sbin/wifi up on /etc/init.d/network reload

SVN-Revision: 31941
This commit is contained in:
Felix Fietkau 2012-05-28 14:22:42 +00:00
parent 8ef9450b37
commit 9fba35fe7e

@ -41,4 +41,5 @@ stop() {
reload() {
ubus call network reload
/sbin/wifi up
}