aboutsummaryrefslogtreecommitdiff
path: root/busybox/udhcpc.run
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/udhcpc.run')
-rwxr-xr-xbusybox/udhcpc.run2
1 files changed, 1 insertions, 1 deletions
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