From c7e0ba5144d6dd18e1f705368938a988af116b20 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sat, 27 Sep 2025 14:28:08 +0800 Subject: busybox: updated udhcpc service --- repos/core/busybox/udhcpc.run | 1 + 1 file changed, 1 insertion(+) (limited to 'repos/core/busybox/udhcpc.run') diff --git a/repos/core/busybox/udhcpc.run b/repos/core/busybox/udhcpc.run index 2336c915..6c0973cf 100755 --- a/repos/core/busybox/udhcpc.run +++ b/repos/core/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 -- cgit v1.2.3