mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 05:31:53 +02:00
69ce678e8c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7115 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
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%;
|
|
}
|