From: Jo-Philipp Wich Date: Thu, 19 Jan 2012 01:33:53 +0000 (+0000) Subject: busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7a06d9a8a01824888bf6a59a192a4cd70ffef9e7;p=librecmc%2Flibrecmc.git busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 SVN-Revision: 29788 --- diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index a70dd07ac2..f83915d707 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -103,6 +103,7 @@ config BUSYBOX_CONFIG_WHOIS config BUSYBOX_CONFIG_FEATURE_IPV6 bool "Enable IPv6 support" default y + depends on IPV6 help Enable IPv6 support in busybox. This adds IPv6 support in the networking applets.