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:
parent
39df8d1a45
commit
b0bb503c20
1 changed files with 1 additions and 4 deletions
|
@ -33,10 +33,7 @@
|
|||
],
|
||||
[ "if",
|
||||
[ "has", "DEVNAME" ],
|
||||
[
|
||||
[ "makedev", "/dev/%DEVNAME%", "0644" ],
|
||||
[ "return" ],
|
||||
],
|
||||
[ "makedev", "/dev/%DEVNAME%", "0644" ],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue