diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 17:45:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 17:45:08 +0000 |
commit | f203aaf7c03e5f17f36e4d0b584dcba9400a68a6 (patch) | |
tree | 9632be16523150ed97654d13b220f5a3428fcf11 /package/ipsec-tools/Config.in | |
parent | 4ec94aed2e2478e36f87a0cdf8927c4076cccec0 (diff) | |
download | buildroot-novena-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.tar.gz buildroot-novena-f203aaf7c03e5f17f36e4d0b584dcba9400a68a6.zip |
- use BR2_INET_IPV6
Diffstat (limited to 'package/ipsec-tools/Config.in')
-rw-r--r-- | package/ipsec-tools/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipsec-tools/Config.in b/package/ipsec-tools/Config.in index e7a948905..f868c6bb0 100644 --- a/package/ipsec-tools/Config.in +++ b/package/ipsec-tools/Config.in @@ -44,7 +44,7 @@ config BR2_PACKAGE_IPSEC_TOOLS_STATS config BR2_PACKAGE_IPSEC_TOOLS_IPV6 default y - depends on BR2_PACKAGE_IPSEC_TOOLS + depends on BR2_PACKAGE_IPSEC_TOOLS && BR2_INET_IPV6 bool "Enable IPv6 support" help This option has no effect if uClibc has been compiled without |