package/uclibc: default to Y for IPv6

Remove the option to disable IPv6 support in uclibc and associated
logic.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-04-19 09:39:53 -03:00 committed by Thomas Petazzoni
parent c68c365d29
commit 5cb8996e08
2 changed files with 2 additions and 8 deletions

View File

@ -87,11 +87,9 @@ config BR2_UCLIBC_CONFIG
If unsure, use the default. If unsure, use the default.
config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6
bool "Enable IPv6 support" bool
select BR2_INET_IPV6 select BR2_INET_IPV6
help default y
Enable this option if you want your toolchain to support
IPv6.
config BR2_TOOLCHAIN_BUILDROOT_INET_RPC config BR2_TOOLCHAIN_BUILDROOT_INET_RPC
bool "Enable RPC support" bool "Enable RPC support"

View File

@ -212,11 +212,7 @@ endif
# IPv6 # IPv6
# #
ifeq ($(BR2_TOOLCHAIN_BUILDROOT_INET_IPV6),y)
UCLIBC_IPV6_CONFIG = $(call KCONFIG_ENABLE_OPT,UCLIBC_HAS_IPV6,$(@D)/.config) UCLIBC_IPV6_CONFIG = $(call KCONFIG_ENABLE_OPT,UCLIBC_HAS_IPV6,$(@D)/.config)
else
UCLIBC_IPV6_CONFIG = $(call KCONFIG_DISABLE_OPT,UCLIBC_HAS_IPV6,$(@D)/.config)
endif
# #
# RPC # RPC