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-Tag: reboot~21210 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d46a32fa607aaf688327f69830b4ebf02df07223;p=openwrt%2Fstaging%2Flynxis.git when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu) SVN-Revision: 19427 --- 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; }