use the right hotplug2 invocation for initramfs
[openwrt-10.03/.git] / package / base-files / files / etc / hotplug2-init.rules
index 098ad047a7f6b95ea3f208f5d80558ea40db8f10..429cdbbe162d7ea28b67ec6c7e9b09ba0a2bc5dd 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 ;