projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901cda3
)
procd: make old button hotplug rules work until all packages are migrated
author
John Crispin
<blogic@openwrt.org>
Mon, 15 Jul 2013 11:07:53 +0000
(11:07 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 15 Jul 2013 11:07:53 +0000
(11:07 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37336
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/system/procd/files/hotplug.json
patch
|
blob
|
history
diff --git
a/package/system/procd/files/hotplug.json
b/package/system/procd/files/hotplug.json
index
c1b45c6
..
8285311
100644
(file)
--- 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%" ]
],