diff options
| author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-02-07 22:28:09 +0000 |
|---|---|---|
| committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-02-07 22:28:09 +0000 |
| commit | d063af3fcffc275e46543d65432d0d5d7565ac88 (patch) | |
| tree | 8e7890ee507e90f63986eeb4a9771702161348b8 /package | |
| parent | 1ac5bff82509cda4f9480fcbbccd9e260b735bbb (diff) | |
| download | upstream-d063af3fcffc275e46543d65432d0d5d7565ac88.tar.gz upstream-d063af3fcffc275e46543d65432d0d5d7565ac88.tar.bz2 upstream-d063af3fcffc275e46543d65432d0d5d7565ac88.zip | |
base-files: Add include for target specific hotplug rules
SVN-Revision: 25415
Diffstat (limited to 'package')
| -rw-r--r-- | package/base-files/files/etc/hotplug2-common.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 2a781b8dacc..a96a8fa761a 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 |
