summaryrefslogtreecommitdiff
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
parentfc96e8e4b0b9b007189eff9049654f5d44238c30 (diff)
downloadmtk-20170518-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.zip
mtk-20170518-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.tar.gz
mtk-20170518-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.tar.bz2
procd: make old button hotplug rules work until all packages are migrated
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37336
-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 c1b45c6..8285311 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%" ]
],