aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-15 11:07:53 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-15 11:07:53 +0000
commitfa9a172e62dd74c1cbba8713bf76597d3b412067 (patch)
tree270e70c188110858ce26fcc612fe4272f234c3b0
parent901cda385d5556b828bbe26254e609ba204dd24b (diff)
downloadmaster-187ad058-fa9a172e62dd74c1cbba8713bf76597d3b412067.tar.gz
master-187ad058-fa9a172e62dd74c1cbba8713bf76597d3b412067.tar.bz2
master-187ad058-fa9a172e62dd74c1cbba8713bf76597d3b412067.zip
procd: make old button hotplug rules work until all packages are migrated
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37336 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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%" ]
],