aboutsummaryrefslogtreecommitdiffstats
path: root/package/procd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-06-10 08:24:44 +0000
committerJohn Crispin <blogic@openwrt.org>2013-06-10 08:24:44 +0000
commit755a5b2ee5e70f89532bb597b690d4f60512e70e (patch)
tree10c8563db601015d37512ea665c1f71da6c46dcb /package/procd
parent0dabdd474a15d1014cf91fefce9d60c7f9d7781c (diff)
downloadupstream-755a5b2ee5e70f89532bb597b690d4f60512e70e.tar.gz
upstream-755a5b2ee5e70f89532bb597b690d4f60512e70e.tar.bz2
upstream-755a5b2ee5e70f89532bb597b690d4f60512e70e.zip
procd: make the preinit rules wildcard all buttons for failsafe
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36896 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/procd')
-rw-r--r--package/procd/files/hotplug-preinit.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/procd/files/hotplug-preinit.json b/package/procd/files/hotplug-preinit.json
index d212b22fac..614b104711 100644
--- a/package/procd/files/hotplug-preinit.json
+++ b/package/procd/files/hotplug-preinit.json
@@ -14,7 +14,6 @@
[ "if",
[ "and",
[ "eq", "SUBSYSTEM", "button" ],
- [ "eq", "BUTTON", "reset" ],
],
[ "exec", "/etc/rc.button/failsafe" ]
],