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 }