nuke mdev and replace it with hotplug2 :)
[openwrt-10.03/.git] / package / base-files / files / usr / share / udhcpc / default.script
index f39d21ed8c2ae380180b5d0e9d90fadfa694c808..c7239535660df4b91603741c54812a29e6cfe6ca 100755 (executable)
@@ -14,7 +14,7 @@ hotplug_event() {
                config_get proto $ifc proto
                [ "$proto" = "dhcp" ] || continue
 
-               env -i ACTION="$1" INTERFACE="$ifc" DEVICE="$ifname" PROTO=dhcp /sbin/hotplug iface
+               env -i ACTION="$1" INTERFACE="$ifc" DEVICE="$ifname" PROTO=dhcp /sbin/hotplug-call iface
        done
 }