1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-30 02:16:21 +03:00

[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
This commit is contained in:
jow 2012-01-19 01:33:53 +00:00
parent 429edf765e
commit cd341b9a96

View File

@ -103,6 +103,7 @@ config BUSYBOX_CONFIG_WHOIS
config BUSYBOX_CONFIG_FEATURE_IPV6 config BUSYBOX_CONFIG_FEATURE_IPV6
bool "Enable IPv6 support" bool "Enable IPv6 support"
default y default y
depends on IPV6
help help
Enable IPv6 support in busybox. Enable IPv6 support in busybox.
This adds IPv6 support in the networking applets. This adds IPv6 support in the networking applets.