nuke mdev and replace it with hotplug2 :)
[openwrt.git] / package / base-files / files / etc / functions.sh
index c29ae77..4d84bb8 100755 (executable)
@@ -12,7 +12,7 @@ _C=0
 NO_EXPORT=1
 
 hotplug_dev() {
-       env -i ACTION=$1 INTERFACE=$2 /sbin/hotplug net
+       env -i ACTION=$1 INTERFACE=$2 /sbin/hotplug-call net
 }
 
 append() {