1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:18:54 +03:00

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:
nbd 2012-05-28 14:22:42 +00:00
parent 7de192f60d
commit 1cf19d8a82

View File

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