when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu)

SVN-Revision: 19427
owl
Felix Fietkau 2010-01-30 18:17:48 +00:00
parent 51d6591729
commit d46a32fa60
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Copyright (C) 2006 OpenWrt.org
START=40
STOP=40
STOP=90
boot() {
setup_switch() { return 0; }