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 | |
| parent | 70080bdeb936d3cb1681b1fa050f68aea8373921 (diff) | |
| download | alicelinux-7a2e7ef1a2a6baac171f0b463ae1f64d276df322.tar.gz alicelinux-7a2e7ef1a2a6baac171f0b463ae1f64d276df322.zip | |
Woodpecker CI 8eb800dab0c1105abde56eaa356fbabd5ecbdc3a [SKIP CI]
Diffstat (limited to 'busybox')
| -rw-r--r-- | busybox/.checksum | 2 | ||||
| -rwxr-xr-x | busybox/udhcpc.run | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/busybox/.checksum b/busybox/.checksum index d8c236af..59e8c9d4 100644 --- a/busybox/.checksum +++ b/busybox/.checksum @@ -31,4 +31,4 @@ f220e64f2c99e5fae0bf764a750dcab6b91568f8afbee791949b43bc189cc8c0 tty1.run 7c60f858969c374e06d03c1d649696d4242f43676ef8e7dd6cdf606a4e583592 tty5.run e1fb7d9b56a24067762dd7a931e95a2c6b271134d90b9dc10a57502e2b05dae2 ttyS0.run 9515af6267864a2233389892714eec863ddf50eeb5f738f5be05ff69c89ac4b9 udhcpc.conf -9264db7730978f6f5a0fbe82bbfcc5bbe10991483a9dc31ab4b26c3374020658 udhcpc.run +a098b99e04b4d6242895f3b31e4660d074554dddc5dedfbc2228b661df810a51 udhcpc.run 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 |