Commit 5cb8996e authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

package/uclibc: default to Y for IPv6



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

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c68c365d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -87,11 +87,9 @@ config BR2_UCLIBC_CONFIG
	  If unsure, use the default.

config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6
	bool "Enable IPv6 support"
	bool
	select BR2_INET_IPV6
	help
	  Enable this option if you want your toolchain to support
	  IPv6.
	default y

config BR2_TOOLCHAIN_BUILDROOT_INET_RPC
	bool "Enable RPC support"
+0 −4
Original line number Diff line number Diff line
@@ -212,11 +212,7 @@ endif
# IPv6
#

ifeq ($(BR2_TOOLCHAIN_BUILDROOT_INET_IPV6),y)
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