From: jow Date: Thu, 19 Jan 2012 01:33:53 +0000 (+0000) Subject: [package] busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cd341b9a96457e26b189a46be115e6009cc59706;p=openwrt.git [package] busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29788 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.