diff options
author | James Rayner <james@archlinux.org> | 2009-08-10 10:10:19 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-08-10 10:10:19 +0200 |
commit | 65c7253e9f27421e61c0764dcf8843797611db00 (patch) | |
tree | c0bb007e5759d755f9a9f718006a15b4126790e8 /src/connections/ethernet-iproute | |
parent | 6a019f77f23fc9d214d1a1679f90606a31396184 (diff) | |
download | netctl-65c7253e9f27421e61c0764dcf8843797611db00.tar.gz netctl-65c7253e9f27421e61c0764dcf8843797611db00.tar.xz |
Add wireless+iproute support, extend wait for some slower cards
Diffstat (limited to 'src/connections/ethernet-iproute')
-rw-r--r-- | src/connections/ethernet-iproute | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/ethernet-iproute b/src/connections/ethernet-iproute index a6c4804..3d5f5d3 100644 --- a/src/connections/ethernet-iproute +++ b/src/connections/ethernet-iproute @@ -19,7 +19,7 @@ ethernet_up() { fi ip link set $INTERFACE up - sleep 1 + sleep 2 if ip link show $INTERFACE|grep -q "NO-CARRIER"; then err_append "No connection" |