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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31941 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2012-05-28 14:22:42 +00:00
parent c092e2336f
commit 47566a2eb3

View File

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