aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-06-21 16:53:19 +0000
committerJohn Crispin <blogic@openwrt.org>2013-06-21 16:53:19 +0000
commit7d60f42c2ed42535253d690e5c0e9f93e9738ee8 (patch)
tree6c2644f4025b0cc2ac4063d2672a3e3a76ff0bb0 /package
parentd88dd83d900b57574d6bd01b9c82e874e5db36cd (diff)
downloadmaster-187ad058-7d60f42c2ed42535253d690e5c0e9f93e9738ee8.tar.gz
master-187ad058-7d60f42c2ed42535253d690e5c0e9f93e9738ee8.tar.bz2
master-187ad058-7d60f42c2ed42535253d690e5c0e9f93e9738ee8.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/procd/files/hotplug.json5
1 files changed, 1 insertions, 4 deletions
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" ],
],
],
],