Skip to content
Snippets Groups Projects
Commit b0bb503c authored by John Crispin's avatar John Crispin
Browse files

procd: fix hotplug rule to not return on default makedev trigger


this allows the subsystem trigger to also be called

Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 36994
parent 39df8d1a
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,7 @@
],
[ "if",
[ "has", "DEVNAME" ],
[
[ "makedev", "/dev/%DEVNAME%", "0644" ],
[ "return" ],
],
[ "makedev", "/dev/%DEVNAME%", "0644" ],
],
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment