summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-19 09:39:54 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 22:59:31 +0200
commit51eaa2ca15e25169ab6c18b068e9c6e05856bd04 (patch)
tree0195483cddcfdd3331ca5fda28bb920df00e603d /toolchain/Config.in
parent5cb8996e08a7b3014e3fbbf253c60140cf6e7212 (diff)
downloadbuildroot-51eaa2ca15e25169ab6c18b068e9c6e05856bd04.tar.gz
buildroot-51eaa2ca15e25169ab6c18b068e9c6e05856bd04.zip
toolchain: make IPv6 mandatory for external toolchains
Remove BR2_INET_IPV6 select for predefined external toolchains. Remove the (non)IPv6 option prompt since it's now mandatory. And force the toolchain check now that internal uclibc is always built with IPv6 support and external non-IPv6 toolchains are disallowed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 32a00a9114..a851ce4666 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -9,7 +9,6 @@ config BR2_TOOLCHAIN
# Should be selected for glibc or eglibc
config BR2_TOOLCHAIN_USES_GLIBC
bool
- select BR2_INET_IPV6
select BR2_USE_WCHAR
select BR2_ENABLE_LOCALE
select BR2_TOOLCHAIN_HAS_THREADS
@@ -23,7 +22,6 @@ config BR2_TOOLCHAIN_USES_UCLIBC
config BR2_TOOLCHAIN_USES_MUSL
bool
- select BR2_INET_IPV6
select BR2_USE_WCHAR
select BR2_ENABLE_LOCALE
select BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud