summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/network
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-10 10:07:38 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-10 10:07:38 +0000
commit38a2e4b392ba32048ba7da823a18150910792044 (patch)
treeea264ca0ed05abfa858520b499146473a4caf67d /package/base-files/files/etc/init.d/network
parentf53270adf1a1aa0577bd4571d8ecee22e3b08b54 (diff)
add K* scripts to be run at shutdown
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7163 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d/network')
-rwxr-xr-xpackage/base-files/files/etc/init.d/network2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/files/etc/init.d/network b/package/base-files/files/etc/init.d/network
index 950b33726..eab00118a 100755
--- a/package/base-files/files/etc/init.d/network
+++ b/package/base-files/files/etc/init.d/network
@@ -2,6 +2,8 @@
# Copyright (C) 2006 OpenWrt.org
START=40
+STOP=40
+
boot() {
setup_switch() { return 0; }