nuke mdev and replace it with hotplug2 :)
[openwrt/staging/hauke.git] / package / base-files / files / etc / functions.sh
index c29ae772ac3b5bc02e12c5e6817250e5c3aed845..4d84bb81e07f96b2c76b683fcb5ca5d8664eafe9 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() {