From b0bb503c20c53f65b437b989dcb84d25f1256c09 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Fri, 21 Jun 2013 16:53:19 +0000
Subject: [PATCH] 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: 36994
---
 package/procd/files/hotplug.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/package/procd/files/hotplug.json b/package/procd/files/hotplug.json
index 43fec0c0d33..c1b45c6e864 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" ],
 					],
 				],
 			],
-- 
GitLab