X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/af7fc344c8cd92797809eebf8b41d49c350111b9..8f53d03355013cd750d3c3bc7699b52efb2c598f:/package/base-files/files/etc/hotplug2-init.rules diff --git a/package/base-files/files/etc/hotplug2-init.rules b/package/base-files/files/etc/hotplug2-init.rules index bcc4c6a9e..429cdbbe1 100644 --- a/package/base-files/files/etc/hotplug2-init.rules +++ b/package/base-files/files/etc/hotplug2-init.rules @@ -1,33 +1,4 @@ - -DEVICENAME ~~ (null|full|ptmx|tty|zero) { - nothrottle - makedev /dev/%DEVICENAME% 0666 - next -} - -DEVICENAME ~~ (tun|tap[0-9]) { - nothrottle - makedev /dev/net/%DEVICENAME% 0644 - next -} - -DEVICENAME ~~ (ppp) { - nothrottle - makedev /dev/%DEVICENAME% 0600 - next -} - -DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) { - nothrottle - makedev /dev/snd/%DEVICENAME% 0644 - next -} - -DEVPATH is set { - nothrottle - makedev /dev/%DEVICENAME% 0644 -} - +$include /etc/hotplug2-common.rules SUBSYSTEM ~~ button { exec kill -USR1 1 ;