diff options
author | John Crispin <john@openwrt.org> | 2013-06-10 08:24:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-10 08:24:44 +0000 |
commit | e078f649b5a5aa9f585b0a226fd14aad90c084af (patch) | |
tree | d11972e364e0bf65873f4b6932b4a6c96104da50 /package/procd | |
parent | 9c01967ab761de97882c0a4c9dedbfa2ab93085f (diff) | |
download | mtk-20170518-e078f649b5a5aa9f585b0a226fd14aad90c084af.zip mtk-20170518-e078f649b5a5aa9f585b0a226fd14aad90c084af.tar.gz mtk-20170518-e078f649b5a5aa9f585b0a226fd14aad90c084af.tar.bz2 |
procd: make the preinit rules wildcard all buttons for failsafe
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36896
Diffstat (limited to 'package/procd')
-rw-r--r-- | package/procd/files/hotplug-preinit.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/procd/files/hotplug-preinit.json b/package/procd/files/hotplug-preinit.json index d212b22..614b104 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" ] ], |