summaryrefslogtreecommitdiffstats
path: root/package/system/procd/files/hotplug.json
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/procd/files/hotplug.json')
-rw-r--r--package/system/procd/files/hotplug.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json
index 5f768f4eeb..85fbb144cc 100644
--- a/package/system/procd/files/hotplug.json
+++ b/package/system/procd/files/hotplug.json
@@ -8,13 +8,8 @@
],
[
[ "if",
- [ "or",
- [ "eq", "DEVNAME",
- [ "null", "full", "ptmx", "zero", "tty", "net", "random", "urandom" ],
- ],
- [ "regex", "DEVNAME",
- [ "^gpio", "^hvc" ],
- ],
+ [ "eq", "DEVNAME",
+ [ "null", "full", "ptmx", "zero", "tty", "net", "random", "urandom" ],
],
[
[ "makedev", "/dev/%DEVNAME%", "0666" ],