From d9f49658c629d403b54d0457d042298df3d7a420 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 24 Jan 2015 13:41:04 +0000 Subject: [PATCH] netifd: do not stop service on shutdown, only call ifdown Also add a small delay, like on restart Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44096 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/netifd/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index fbba9ecb1c..542fc08958 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -148,5 +148,5 @@ restart() { shutdown() { ifdown -a - stop + sleep 1 } -- 2.11.0