mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +00:00
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
This commit is contained in:
parent
639f388fc2
commit
18d4b8783c
@ -148,5 +148,5 @@ restart() {
|
|||||||
|
|
||||||
shutdown() {
|
shutdown() {
|
||||||
ifdown -a
|
ifdown -a
|
||||||
stop
|
sleep 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user