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

this allows the subsystem trigger to also be called

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

SVN-Revision: 36994
This commit is contained in:
John Crispin 2013-06-21 16:53:19 +00:00
parent 39df8d1a45
commit b0bb503c20

View File

@ -33,10 +33,7 @@
],
[ "if",
[ "has", "DEVNAME" ],
[
[ "makedev", "/dev/%DEVNAME%", "0644" ],
[ "return" ],
],
[ "makedev", "/dev/%DEVNAME%", "0644" ],
],
],
],