From: Vasilis Tsiligiannis Date: Mon, 7 Feb 2011 22:28:09 +0000 (+0000) Subject: base-files: Add include for target specific hotplug rules X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d063af3fcffc275e46543d65432d0d5d7565ac88;p=librecmc%2Flibrecmc.git base-files: Add include for target specific hotplug rules SVN-Revision: 25415 --- diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 2a781b8dac..a96a8fa761 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -4,6 +4,8 @@ # exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%" # } +$include /etc/hotplug2-platform.rules + DEVICENAME ~~ (^null$|^full$|^ptmx$|^tty|^zero$|^gpio|^hvc) { makedev /dev/%DEVICENAME% 0666 next-event