aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-15 16:05:44 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-15 16:05:44 +0000
commitdb7b3f0a34b40ea1adffd27a722d8b02202ac9a8 (patch)
treef823cb9a29cb16ff15dab532ba68c404bc91bc1e
parent2e1c17100ac53273233fd908c610437c738e43cc (diff)
downloadalicelinux-db7b3f0a34b40ea1adffd27a722d8b02202ac9a8.tar.gz
alicelinux-db7b3f0a34b40ea1adffd27a722d8b02202ac9a8.zip
Woodpecker CI 9aaed4c459f8f1dd4cd8b0e26d7a0cf6ad1903a6 [SKIP CI]
-rw-r--r--busybox/.checksum2
-rwxr-xr-xbusybox/udhcpc.run2
2 files changed, 2 insertions, 2 deletions
diff --git a/busybox/.checksum b/busybox/.checksum
index e10cc0af..e896e1bc 100644
--- a/busybox/.checksum
+++ b/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/busybox/udhcpc.run b/busybox/udhcpc.run
index 6c0973cf..5ab07344 100755
--- a/busybox/udhcpc.run
+++ b/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