procd: fix hotplug rule to not return on default makedev trigger
authorJohn Crispin <john@openwrt.org>
Fri, 21 Jun 2013 16:53:19 +0000 (16:53 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 21 Jun 2013 16:53:19 +0000 (16:53 +0000)
this allows the subsystem trigger to also be called

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36994

package/procd/files/hotplug.json

index 43fec0c0d3365d9514fa6cdc600961b38b541378..c1b45c6e864ec2e9a3797b11d4b2b91fdcbef2c7 100644 (file)
                                        ],
                                        [ "if",
                                                [ "has", "DEVNAME" ],
-                                               [
-                                                       [ "makedev", "/dev/%DEVNAME%", "0644" ],
-                                                       [ "return" ],
-                                               ],
+                                               [ "makedev", "/dev/%DEVNAME%", "0644" ],
                                        ],
                                ],
                        ],