diff options
author | John Crispin <john@openwrt.org> | 2013-07-15 11:07:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-15 11:07:53 +0000 |
commit | ae7a156434215bbcb19b0632b7a4ede50dfd8b2d (patch) | |
tree | 4e6c160f456a22c8b50f703a062eec5774d5e6ac /package | |
parent | fc96e8e4b0b9b007189eff9049654f5d44238c30 (diff) | |
download | upstream-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.tar.gz upstream-ae7a156434215bbcb19b0632b7a4ede50dfd8b2d.tar.bz2 upstream-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')
-rw-r--r-- | package/system/procd/files/hotplug.json | 2 |
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%" ] ], |