1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-25 12:32:25 +03:00
openwrt-xburst/package/base-files/files/etc/hotplug2-init.rules
nbd 3462ef2525 move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 21:09:02 +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 ;
}