From: blogic Date: Fri, 21 Jun 2013 16:53:19 +0000 (+0000) Subject: procd: fix hotplug rule to not return on default makedev trigger X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ab16740202979de5b4fdac63e0f7209e10641b44;ds=sidebyside 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36994 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/procd/files/hotplug.json b/package/procd/files/hotplug.json index 43fec0c0d3..c1b45c6e86 100644 --- a/package/procd/files/hotplug.json +++ b/package/procd/files/hotplug.json @@ -33,10 +33,7 @@ ], [ "if", [ "has", "DEVNAME" ], - [ - [ "makedev", "/dev/%DEVNAME%", "0644" ], - [ "return" ], - ], + [ "makedev", "/dev/%DEVNAME%", "0644" ], ], ], ],