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 @@ -16,10 +16,6 @@ [ "return" ], ] ], - [ "if", - [ "eq", "DEVNAME", "kmsg" ], - [ "makedev", "/dev/%DEVNAME%", "0644" ], - ], [ "if", [ "regex", "DEVNAME", "^snd" ], [ "makedev", "/dev/%DEVNAME%", "0660", "audio" ],