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
master
John Crispin 11 years ago
parent 39df8d1a45
commit b0bb503c20
  1. 5
      package/procd/files/hotplug.json

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

Loading…
Cancel
Save