diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-13 14:24:48 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-13 23:46:26 +0200 |
commit | dff1d590b2a0fadf58b6eed60029b2ecbab7c710 (patch) | |
tree | 47b784a19053bd80a57461758c1db6397025717d /package/ipsec-tools/Config.in | |
parent | 5485120b474aebcfb924bc4b6aadc89d3f3671fc (diff) |
ipsec-tools: bump version, convert to autotools format and simplify Config.in
Closes #2035
- Remove -Werror from CFLAGS
- Always enable ipv6 support if available in toolchain
- Always install into staging
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ipsec-tools/Config.in')
-rw-r--r-- | package/ipsec-tools/Config.in | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/package/ipsec-tools/Config.in b/package/ipsec-tools/Config.in index d29cb8604..8a5f3d1e4 100644 --- a/package/ipsec-tools/Config.in +++ b/package/ipsec-tools/Config.in @@ -6,16 +6,16 @@ config BR2_PACKAGE_IPSEC_TOOLS help This package is required to support IPSec for Linux 2.6+ +if BR2_PACKAGE_IPSEC_TOOLS + config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT default y - depends on BR2_PACKAGE_IPSEC_TOOLS bool "Enable racoonctl(8)." help Lets racoon to listen to racoon admin port, which is to be contacted by racoonctl(8). config BR2_PACKAGE_IPSEC_TOOLS_NATT - depends on BR2_PACKAGE_IPSEC_TOOLS bool "Enable NAT-Traversal" help This needs kernel support, which is available on Linux. On @@ -27,9 +27,7 @@ config BR2_PACKAGE_IPSEC_TOOLS_NATT live in a country where software patents are legal, using NAT-Traversal might infringe a patent. - config BR2_PACKAGE_IPSEC_TOOLS_FRAG - depends on BR2_PACKAGE_IPSEC_TOOLS bool "Enable IKE fragmentation." help Enable IKE fragmentation, which is a workaround for @@ -37,32 +35,12 @@ config BR2_PACKAGE_IPSEC_TOOLS_FRAG config BR2_PACKAGE_IPSEC_TOOLS_STATS default y - depends on BR2_PACKAGE_IPSEC_TOOLS bool "Enable statistics logging function." -config BR2_PACKAGE_IPSEC_TOOLS_IPV6 - default y - 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 - IPv6 support. - config BR2_PACKAGE_IPSEC_TOOLS_READLINE - depends on BR2_PACKAGE_IPSEC_TOOLS select BR2_PACKAGE_READLINE bool "Enable readline input support if available." -config BR2_PACKAGE_IPSEC_TOOLS_LIBS - bool "Install IPSec libraries under staging_dir/lib" - default y - depends on BR2_PACKAGE_IPSEC_TOOLS - help - Install libipsec.a and libracoon.a under staging_dir/lib for further - development on a host machine. - -if BR2_PACKAGE_IPSEC_TOOLS - choice prompt "Security context" default BR2_PACKAGE_IPSEC_SECCTX_DISABLE |