base-files: Add include for target specific hotplug rules

SVN-Revision: 25415
master
Vasilis Tsiligiannis 14 years ago
parent 1ac5bff825
commit d063af3fcf
  1. 2
      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

Loading…
Cancel
Save