1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-07 19:51:19 +02:00
openwrt/target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules
2007-06-25 08:32:25 +00:00

13 lines
173 B
Plaintext

DEVICENAME ~~ (tun|tap[0-9]) {
makedev /dev/net/%DEVICENAME% 0644
next
}
DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
SUBSYSTEM ~~ button {
exec kill -USR1 1 ;
}