diff options
Diffstat (limited to 'net.Linux')
-rw-r--r-- | net.Linux/pump.sh | 2 | ||||
-rw-r--r-- | net.Linux/udhcpc.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net.Linux/pump.sh b/net.Linux/pump.sh index fd57fcda..f76cfcda 100644 --- a/net.Linux/pump.sh +++ b/net.Linux/pump.sh @@ -12,8 +12,6 @@ _config_vars="$_config_vars dhcp pump" pump_start() { local args= opt= opts= - _wait_for_carrier || return 1 - # Get our options eval opts=\$dhcp_${IFVAR} [ -z "${opts}" ] && opts=${dhcp} 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 |