aboutsummaryrefslogtreecommitdiff
path: root/busybox/udhcpc.run
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/udhcpc.run')
-rwxr-xr-xbusybox/udhcpc.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox/udhcpc.run b/busybox/udhcpc.run
index 2336c915..6c0973cf 100755
--- a/busybox/udhcpc.run
+++ b/busybox/udhcpc.run
@@ -10,4 +10,5 @@ if [ ! "$IFACE" ]; then
done
fi
[ "$IFACE" ] || exit 1
+ip link set $IFACE up
exec udhcpc -f -i $IFACE