aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-30 18:17:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-30 18:17:48 +0000
commit3f0f74fec5a8b82622b0a2501a9aead0d2521cbd (patch)
treed403b9ab5ea7894124237f0465b41194c6cda884 /package/base-files
parent2bc19b30946885f450b7e66034533e411fcc5508 (diff)
downloadmaster-187ad058-3f0f74fec5a8b82622b0a2501a9aead0d2521cbd.tar.gz
master-187ad058-3f0f74fec5a8b82622b0a2501a9aead0d2521cbd.tar.bz2
master-187ad058-3f0f74fec5a8b82622b0a2501a9aead0d2521cbd.zip
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
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/network2
1 files changed, 1 insertions, 1 deletions
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; }