added support for the timer-trigger to uci LED support
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
index 098ad04..429cdbb 100644 (file)
@@ -1,11 +1,4 @@
-DEVICENAME ~~ (tun|tap[0-9]) {
-       makedev /dev/net/%DEVICENAME% 0644
-       next
-}
-
-DEVPATH is set {
-       makedev /dev/%DEVICENAME% 0644
-}
+$include /etc/hotplug2-common.rules
 
 SUBSYSTEM ~~ button {
        exec kill -USR1 1 ;