mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-31 19:32:36 +00:00
base-files: Add include for target specific hotplug rules
SVN-Revision: 25415
This commit is contained in:
parent
1ac5bff825
commit
d063af3fcf
@ -4,6 +4,8 @@
|
|||||||
# exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%"
|
# 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) {
|
DEVICENAME ~~ (^null$|^full$|^ptmx$|^tty|^zero$|^gpio|^hvc) {
|
||||||
makedev /dev/%DEVICENAME% 0666
|
makedev /dev/%DEVICENAME% 0666
|
||||||
next-event
|
next-event
|
||||||
|
Loading…
Reference in New Issue
Block a user