diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-02 04:28:55 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-02 04:28:55 +0000 |
| commit | 8a398b2ed80d03c99bb2b11010bb2e205a8d4aef (patch) | |
| tree | 5d58f8cbc981d7573247a1f411d2172bee4fa9e3 /repos | |
| parent | aa51a99247bc0620f2f076103c88e1effa1b8d06 (diff) | |
| parent | 8eb800dab0c1105abde56eaa356fbabd5ecbdc3a (diff) | |
| download | alicelinux-8a398b2ed80d03c99bb2b11010bb2e205a8d4aef.tar.gz alicelinux-8a398b2ed80d03c99bb2b11010bb2e205a8d4aef.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/core/busybox/.checksum | 2 | ||||
| -rwxr-xr-x | repos/core/busybox/udhcpc.run | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/repos/core/busybox/.checksum b/repos/core/busybox/.checksum index d8c236af..59e8c9d4 100644 --- a/repos/core/busybox/.checksum +++ b/repos/core/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/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 |