use hotplug2 for serializing hotplug events on 2.6
[openwrt-10.03/.git] / package / hotplug2 / files / hotplug2-init.rules
similarity index 50%
rename from package/base-files/files/etc/hotplug2.rules
rename to package/hotplug2/files/hotplug2-init.rules
index 7f1aca91780f7b4177bce808ee51bd1b7d94c8b7..6efd5466891c1023673674af2fa50aaad92f65c5 100644 (file)
@@ -4,9 +4,6 @@ DEVICENAME ~~ (tun|tap[0-9]) {
 }
 
 DEVPATH is set {
-                       makedev /dev/%DEVICENAME% 0644
+       makedev /dev/%DEVICENAME% 0644
 }
 
-MODALIAS is set {
-                       exec /sbin/modprobe -q %MODALIAS% ;
-}