diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-19 09:40:02 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-22 23:07:02 +0200 |
commit | 4bcacfd2c05f45171c011d4af7731c6f848819a4 (patch) | |
tree | 52ac7f08d1696c8b99ee6cfe283f57a8acbdc930 | |
parent | cd4e48386eaf783aca7fd22b774557620c4763a9 (diff) | |
download | buildroot-4bcacfd2c05f45171c011d4af7731c6f848819a4.tar.gz buildroot-4bcacfd2c05f45171c011d4af7731c6f848819a4.zip |
toolchain: drop BR2_INET_IPV6
It's no longer used so farewell.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/uclibc/Config.in | 5 | ||||
-rw-r--r-- | toolchain/toolchain-common.in | 4 |
2 files changed, 0 insertions, 9 deletions
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 |