toolchain: drop BR2_INET_IPV6
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 19 Apr 2015 12:40:02 +0000 (09:40 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 22 Apr 2015 21:07:02 +0000 (23:07 +0200)
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>
package/uclibc/Config.in
toolchain/toolchain-common.in

index 51a1668acb15cec3ad091b3d12ac6ec59393d836..b5525e505e9a8ded8a58decc42509df3844c0f4e 100644 (file)
@@ -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
index 28fb53ab6c68653c7fab25a023200c1dd7daebc0..d50c908959d85feced0ac22e49e94b165abed308 100644 (file)
@@ -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