From 722cbb007ca3a777c604a92e6ad9bca8fd821168 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Jan 2010 18:17:48 +0000 Subject: [PATCH] when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu) SVN-Revision: 19427 --- package/base-files/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2