diff options
Diffstat (limited to 'repos/core/busybox/udhcpc.run')
| -rwxr-xr-x | repos/core/busybox/udhcpc.run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |