add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at the moment
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
1 DEVICENAME ~~ (tun|tap[0-9]) {
2 makedev /dev/net/%DEVICENAME% 0644
3 next
4 }
5
6 DEVPATH is set {
7 makedev /dev/%DEVICENAME% 0644
8 }
9
10 SUBSYSTEM ~~ button {
11 exec kill -USR1 1 ;
12 }
This page took 0.039023 seconds and 5 git commands to generate.