openwrtv3/package/hotplug2/files/hotplug2.rules
Felix Fietkau 9f388f84ce fix firmware loading
SVN-Revision: 7115
2007-05-06 16:03:38 +00:00

17 lines
258 B
Text

DEVICENAME ~~ (tun|tap[0-9]) {
makedev /dev/net/%DEVICENAME% 0644
next
}
DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
FIRMWARE is set {
exec /sbin/hotplug-call firmware;
next
}
SUBSYSTEM ~~ (net|button) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}