diff options
Diffstat (limited to 'busybox/udhcpc.run')
| -rwxr-xr-x | busybox/udhcpc.run | 2 |
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 |