nuke mdev and replace it with hotplug2 :)
[openwrt-10.03/.git] / package / ppp / files / etc / ppp / ip-up
index 34b4b50e15ae0f1d2af865f5487e10cf76a88304..53a91343a510b51faa09822f04cc613ec3e71e51 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-[ -z "$6" ] || env -i ACTION="ifup" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface"
+[ -z "$6" ] || env -i ACTION="ifup" INTERFACE="$6" PROTO=ppp /sbin/hotplug-call "iface"
 
 [ -d /etc/ppp/ip-up.d ] && {
        for SCRIPT in /etc/ppp/ip-up.d/*