X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fsystem%2Fprocd%2Ffiles%2Fhotplug.json;h=5f768f4eeb9a0a7f62773442b9c4da28761ce27f;hb=c6cef6dde743c9d1b52426f4aa2e7068fde43e7e;hp=de8ba105c539e992c92664e421f07f3978659ff5;hpb=2dc9beddc089bdaa9a2a39aeeb88c7ae14fda56c;p=openwrt%2Fopenwrt.git diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json index de8ba105c5..5f768f4eeb 100644 --- a/package/system/procd/files/hotplug.json +++ b/package/system/procd/files/hotplug.json @@ -10,7 +10,7 @@ [ "if", [ "or", [ "eq", "DEVNAME", - [ "null", "full", "ptmx", "zero", "tty" ], + [ "null", "full", "ptmx", "zero", "tty", "net", "random", "urandom" ], ], [ "regex", "DEVNAME", [ "^gpio", "^hvc" ], @@ -22,26 +22,16 @@ ] ], [ "if", - [ "or", - [ "eq", "DEVNAME", "mapper/control" ], - [ "regex", "DEVPATH", "^ppp" ], - ], - [ - [ "makedev", "/dev/%DEVNAME%", "0600" ], - [ "return" ], - ], + [ "eq", "DEVNAME", "kmsg" ], + [ "makedev", "/dev/%DEVNAME%", "0644" ], ], [ "if", [ "regex", "DEVNAME", "^snd" ], [ "makedev", "/dev/%DEVNAME%", "0660", "audio" ], ], - [ "if", - [ "regex", "DEVNAME", "^ttyS" ], - [ "makedev", "/dev/%DEVNAME%", "0664" ], - ], [ "if", [ "has", "DEVNAME" ], - [ "makedev", "/dev/%DEVNAME%", "0644" ], + [ "makedev", "/dev/%DEVNAME%", "0600" ], ], ], ],