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
lede-17.01
John Crispin 2013-06-21 16:53:19 +00:00
parent 39df8d1a45
commit b0bb503c20
1 changed files with 1 additions and 4 deletions

View File

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