فهرست منبع

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 سال پیش
والد
کامیت
b0bb503c20
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      package/procd/files/hotplug.json

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

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