base-files: reload switch settings on /etc/init.d/network start as well
SVN-Revision: 20232
This commit is contained in:
parent
0095ab73f3
commit
3ab30b486f
1 changed files with 4 additions and 5 deletions
|
@ -15,11 +15,6 @@ boot() {
|
|||
}
|
||||
|
||||
start() {
|
||||
ifup -a
|
||||
/sbin/wifi up
|
||||
}
|
||||
|
||||
restart() {
|
||||
setup_switch() { return 0; }
|
||||
|
||||
include /lib/network
|
||||
|
@ -31,3 +26,7 @@ restart() {
|
|||
stop() {
|
||||
ifdown -a
|
||||
}
|
||||
|
||||
restart() {
|
||||
start
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue