diff options
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 |