mirror of https://github.com/hak5/openwrt.git
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: 36994lede-17.01
parent
39df8d1a45
commit
b0bb503c20
|
@ -33,10 +33,7 @@
|
||||||
],
|
],
|
||||||
[ "if",
|
[ "if",
|
||||||
[ "has", "DEVNAME" ],
|
[ "has", "DEVNAME" ],
|
||||||
[
|
[ "makedev", "/dev/%DEVNAME%", "0644" ],
|
||||||
[ "makedev", "/dev/%DEVNAME%", "0644" ],
|
|
||||||
[ "return" ],
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue