From: Jo-Philipp Wich Date: Thu, 19 Jan 2012 01:50:53 +0000 (+0000) Subject: busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to... X-Git-Tag: reboot~15140 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e7cfd6e245b88a90bcfb156c38722f4c68157f89 busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it SVN-Revision: 29789 --- diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index f83915d707..3df7b1f129 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -102,8 +102,7 @@ config BUSYBOX_CONFIG_WHOIS config BUSYBOX_CONFIG_FEATURE_IPV6 bool "Enable IPv6 support" - default y - depends on IPV6 + default IPV6 help Enable IPv6 support in busybox. This adds IPv6 support in the networking applets.