diff options
Diffstat (limited to 'busybox/udhcpc.run')
| -rwxr-xr-x | busybox/udhcpc.run | 1 |
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 |