nuke mdev and replace it with hotplug2 :)
[openwrt/staging/hauke.git] / package / base-files / files / lib / network / config.sh
index 95954bf15acd1621c5606fafc556ea2102d8d5c7..8a596874d4c4913d1668cf87e18020aea649fb91 100755 (executable)
@@ -157,7 +157,7 @@ setup_interface() {
                                done
                        }
 
-                       env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug "iface" &
+                       env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
                ;;
                dhcp)
                        # prevent udhcpc from starting more than once