diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-27 06:29:48 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-27 06:29:48 +0000 |
| commit | 7a2e7ef1a2a6baac171f0b463ae1f64d276df322 (patch) | |
| tree | d42649c691b9007fc285f911e7871e24389be21b /busybox/udhcpc.run | |
| parent | 70080bdeb936d3cb1681b1fa050f68aea8373921 (diff) | |
| download | alicelinux-7a2e7ef1a2a6baac171f0b463ae1f64d276df322.tar.gz alicelinux-7a2e7ef1a2a6baac171f0b463ae1f64d276df322.zip | |
Woodpecker CI 8eb800dab0c1105abde56eaa356fbabd5ecbdc3a [SKIP CI]
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 |