add missing include in restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10794 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c2a748ed6e
commit
3cdafdf07e
|
@ -20,6 +20,7 @@ start() {
|
|||
}
|
||||
|
||||
restart() {
|
||||
include /lib/network
|
||||
setup_switch
|
||||
ifup -a
|
||||
/sbin/wifi up
|
||||
|
|
Loading…
Reference in New Issue