projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39df8d1
)
procd: fix hotplug rule to not return on default makedev trigger
author
John Crispin
<john@openwrt.org>
Fri, 21 Jun 2013 16:53:19 +0000
(16:53 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 21 Jun 2013 16:53:19 +0000
(16:53 +0000)
this allows the subsystem trigger to also be called
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36994
package/procd/files/hotplug.json
patch
|
blob
|
history
diff --git
a/package/procd/files/hotplug.json
b/package/procd/files/hotplug.json
index 43fec0c0d3365d9514fa6cdc600961b38b541378..c1b45c6e864ec2e9a3797b11d4b2b91fdcbef2c7 100644
(file)
--- a/
package/procd/files/hotplug.json
+++ b/
package/procd/files/hotplug.json
@@
-33,10
+33,7
@@
],
[ "if",
[ "has", "DEVNAME" ],
- [
- [ "makedev", "/dev/%DEVNAME%", "0644" ],
- [ "return" ],
- ],
+ [ "makedev", "/dev/%DEVNAME%", "0644" ],
],
],
],