[package] base-files: Add include for target specific hotplug rules
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Feb 2011 22:28:09 +0000 (22:28 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Feb 2011 22:28:09 +0000 (22:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25415 3c298f89-4303-0410-b956-a3cf2f4a3e73

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