diff options
Diffstat (limited to 'net.Linux/udhcpc.sh')
-rw-r--r-- | net.Linux/udhcpc.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net.Linux/udhcpc.sh b/net.Linux/udhcpc.sh index e59d0049..047ab727 100644 --- a/net.Linux/udhcpc.sh +++ b/net.Linux/udhcpc.sh @@ -13,8 +13,6 @@ udhcpc_start() { local args= opt= opts= pidfile="/var/run/udhcpc-${IFACE}.pid" local sendhost=true cachefile="/var/cache/udhcpc-${IFACE}.lease" - _wait_for_carrier || return 1 - eval args=\$udhcpc_${IFVAR} # Get our options |