diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-16 00:05:09 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-16 00:05:09 +0800 |
| commit | 9aaed4c459f8f1dd4cd8b0e26d7a0cf6ad1903a6 (patch) | |
| tree | 23305375361a7b51647a81bcac695be483ebaf18 | |
| parent | 3e62f05a744ce318f802c07bd8b20269dab3f96b (diff) | |
| download | alicelinux-9aaed4c459f8f1dd4cd8b0e26d7a0cf6ad1903a6.tar.gz alicelinux-9aaed4c459f8f1dd4cd8b0e26d7a0cf6ad1903a6.zip | |
busybox: fix udhcpc run file
| -rw-r--r-- | repos/core/busybox/.checksum | 2 | ||||
| -rwxr-xr-x | repos/core/busybox/udhcpc.run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/core/busybox/.checksum b/repos/core/busybox/.checksum index e10cc0af..e896e1bc 100644 --- a/repos/core/busybox/.checksum +++ b/repos/core/busybox/.checksum @@ -31,4 +31,4 @@ f220e64f2c99e5fae0bf764a750dcab6b91568f8afbee791949b43bc189cc8c0 tty1.run 7c60f858969c374e06d03c1d649696d4242f43676ef8e7dd6cdf606a4e583592 tty5.run e1fb7d9b56a24067762dd7a931e95a2c6b271134d90b9dc10a57502e2b05dae2 ttyS0.run d1211ee572d197dc95880d80dd5239a8518d33a03d443b92969644f42f722255 udhcpc.conf -a098b99e04b4d6242895f3b31e4660d074554dddc5dedfbc2228b661df810a51 udhcpc.run +ad5c55175ddf91967f7da663409bd26e76cf8bce3547bf3610bb0de1ce8e2358 udhcpc.run diff --git a/repos/core/busybox/udhcpc.run b/repos/core/busybox/udhcpc.run index 6c0973cf..5ab07344 100755 --- a/repos/core/busybox/udhcpc.run +++ b/repos/core/busybox/udhcpc.run @@ -11,4 +11,4 @@ if [ ! "$IFACE" ]; then fi [ "$IFACE" ] || exit 1 ip link set $IFACE up -exec udhcpc -f -i $IFACE +exec env DNS="$DNS" udhcpc -f -i $IFACE |