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>

SVN-Revision: 44096
lede-17.01
Felix Fietkau 2015-01-24 13:41:04 +00:00
parent 639f388fc2
commit 18d4b8783c
1 changed files with 1 additions and 1 deletions

View File

@ -148,5 +148,5 @@ restart() {
shutdown() {
ifdown -a
stop
sleep 1
}