mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-24 23:53:12 +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 ;
|
|
}
|