mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 05:10:43 +01:00
when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu)
SVN-Revision: 19427
This commit is contained in:
parent
51d6591729
commit
d46a32fa60
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
START=40
|
||||
STOP=40
|
||||
STOP=90
|
||||
|
||||
boot() {
|
||||
setup_switch() { return 0; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue