projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc96e8e
)
procd: make old button hotplug rules work until all packages are migrated
author
John Crispin
<john@openwrt.org>
Mon, 15 Jul 2013 11:07:53 +0000
(11:07 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 15 Jul 2013 11:07:53 +0000
(11:07 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37336
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 c1b45c6e864ec2e9a3797b11d4b2b91fdcbef2c7..8285311a7ca5024543dfb8bd948a412389447ef1 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%" ]
],