diff options
Diffstat (limited to 'package/system/procd')
-rw-r--r-- | package/system/procd/files/hotplug.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json index 85fbb144cc..e5f8d967e8 100644 --- a/package/system/procd/files/hotplug.json +++ b/package/system/procd/files/hotplug.json @@ -17,10 +17,6 @@ ] ], [ "if", - [ "eq", "DEVNAME", "kmsg" ], - [ "makedev", "/dev/%DEVNAME%", "0644" ], - ], - [ "if", [ "regex", "DEVNAME", "^snd" ], [ "makedev", "/dev/%DEVNAME%", "0660", "audio" ], ], |