mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
5e7cb507cd
SVN-Revision: 7810
13 lines
173 B
Plaintext
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 ;
|
|
}
|