diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json index 5f768f4eeb9..85fbb144cc3 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" ],