Changeset 7149071 in oe-alliance-core

Timestamp:
09/10/16 04:25:42 (7 years ago)
Author:
Schimmelreiter <Ziggy.SpaceRat@…>
Branches:
4.0, 4.3
Children:
8628528f
Parents:
b910ddc
Message:

[busybox] Nasty workaround for wget
busybox is built with PREFER_IPV4, because xconnect.c / wget is rather broken (No fallbacks are provided) and would fail on machines that can resolve but not connect to IPv6 addresses.
However PREFER_IPV4 does not just prefer IPv4 over IPv6 (yikes), but even enforces IPv4 instead of IPv6 unless a server is IPv6-only.

With this hack this behaviour remains unchanged except when we do not have any IPv4 connectivity (= IPv6-only node).

(No files)

Note: See TracChangeset for help on using the changeset viewer.