netifd: do not stop service on shutdown, only call ifdown
Also add a small delay, like on restart Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44096 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e2df1670c5
commit
d9f49658c6
1 changed files with 1 additions and 1 deletions
|
@ -148,5 +148,5 @@ restart() {
|
|||
|
||||
shutdown() {
|
||||
ifdown -a
|
||||
stop
|
||||
sleep 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue