Browse Source

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 <[email protected]>

SVN-Revision: 36994
John Crispin 12 years ago
parent
commit
b0bb503c20
1 changed files with 1 additions and 4 deletions
  1. 1 4
      package/procd/files/hotplug.json

+ 1 - 4
package/procd/files/hotplug.json

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