[package] base-files: Add include for target specific hotplug rules
[openwrt.git] / package / base-files / files / etc / hotplug2-common.rules
index 2a781b8..a96a8fa 100644 (file)
@@ -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
This page took 0.023279 seconds and 4 git commands to generate.