summaryrefslogtreecommitdiffstats
path: root/package/system/procd/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-15 11:07:53 +0000
committerJohn Crispin <john@openwrt.org>2013-07-15 11:07:53 +0000
commitae7a156434215bbcb19b0632b7a4ede50dfd8b2d (patch)
tree4e6c160f456a22c8b50f703a062eec5774d5e6ac /package/system/procd/files
parentfc96e8e4b0b9b007189eff9049654f5d44238c30 (diff)
downloadmaster-31e0f0ae-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.tar.gz
master-31e0f0ae-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.tar.bz2
master-31e0f0ae-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.zip
procd: make old button hotplug rules work until all packages are migrated
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37336
Diffstat (limited to 'package/system/procd/files')
-rw-r--r--package/system/procd/files/hotplug.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json
index c1b45c6e86..8285311a7c 100644
--- a/package/system/procd/files/hotplug.json
+++ b/package/system/procd/files/hotplug.json
@@ -70,7 +70,7 @@
],
[ "if",
[ "eq", "SUBSYSTEM",
- [ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty" ]
+ [ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
],
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
],