From: Felix Fietkau Date: Sat, 30 Jan 2010 18:17:48 +0000 (+0000) Subject: when rebooting, stop the network interfaces last (just before umount) to allow servic... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3f0f74fec5a8b82622b0a2501a9aead0d2521cbd;p=15.05%2Fopenwrt.git when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19427 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network index e77db02517..74478c7317 100755 --- a/package/base-files/files/etc/init.d/network +++ b/package/base-files/files/etc/init.d/network @@ -2,7 +2,7 @@ # Copyright (C) 2006 OpenWrt.org START=40 -STOP=40 +STOP=90 boot() { setup_switch() { return 0; }