From: Gustavo Zacarias Date: Sun, 19 Apr 2015 12:40:02 +0000 (-0300) Subject: toolchain: drop BR2_INET_IPV6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bcacfd2c05f45171c011d4af7731c6f848819a4;p=buildroot.git toolchain: drop BR2_INET_IPV6 It's no longer used so farewell. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 51a1668acb..b5525e505e 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -86,11 +86,6 @@ config BR2_UCLIBC_CONFIG See also docs/README in this package. If unsure, use the default. -config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 - bool - select BR2_INET_IPV6 - default y - config BR2_TOOLCHAIN_BUILDROOT_INET_RPC bool "Enable RPC support" select BR2_TOOLCHAIN_HAS_NATIVE_RPC diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 28fb53ab6c..d50c908959 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -5,10 +5,6 @@ # so put it here instead source "package/gdb/Config.in.host" -config BR2_INET_IPV6 - bool - default y - config BR2_TOOLCHAIN_HAS_GCC_BUG_58595 bool