From 51eaa2ca15e25169ab6c18b068e9c6e05856bd04 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 19 Apr 2015 09:39:54 -0300 Subject: 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 Signed-off-by: Thomas Petazzoni --- toolchain/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolchain/Config.in') 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 -- cgit v1.2.1