aboutsummaryrefslogtreecommitdiff
path: root/repos/core/busybox/udhcpc.run
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-10-02 04:28:55 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-10-02 04:28:55 +0000
commit8a398b2ed80d03c99bb2b11010bb2e205a8d4aef (patch)
tree5d58f8cbc981d7573247a1f411d2172bee4fa9e3 /repos/core/busybox/udhcpc.run
parentaa51a99247bc0620f2f076103c88e1effa1b8d06 (diff)
parent8eb800dab0c1105abde56eaa356fbabd5ecbdc3a (diff)
downloadalicelinux-8a398b2ed80d03c99bb2b11010bb2e205a8d4aef.tar.gz
alicelinux-8a398b2ed80d03c99bb2b11010bb2e205a8d4aef.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/core/busybox/udhcpc.run')
-rwxr-xr-xrepos/core/busybox/udhcpc.run1
1 files changed, 1 insertions, 0 deletions
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