pass HOST_ variables, not BUILD_
[buildroot.git] / package / ipsec-tools / Config.in
blobb4b7cf3c6efe79ceb1da10510fe195f966659902
1 config BR2_PACKAGE_IPSEC_TOOLS
2         bool "ipsec-tools"
3         default n
4         select BR2_PACKAGE_OPENSSL
5         select BR2_PACKAGE_FLEX
6         help
7           This package is required to support IPSec for Linux 2.6+
9 config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
10         default y
11         depends on BR2_PACKAGE_IPSEC_TOOLS
12         bool "Enable racoonctl(8)."
13         help
14                 Lets racoon to listen to racoon admin port, which is to
15                 be contacted by racoonctl(8).
17 config BR2_PACKAGE_IPSEC_TOOLS_NATT
18         default n
19         depends on BR2_PACKAGE_IPSEC_TOOLS
20         bool "Enable NAT-Traversal"
21         help
22                 This needs kernel support, which is available on Linux. On 
23                 NetBSD, NAT-Traversal kernel support has not been integrated 
24                 yet, you can get it from here: 
26                 http://ipsec-tools.sourceforge.net/netbsd_nat-t.diff If you 
28                 live in a country where software patents are legal, using 
29                 NAT-Traversal might infringe a patent.
32 config BR2_PACKAGE_IPSEC_TOOLS_FRAG
33         default n
34         depends on BR2_PACKAGE_IPSEC_TOOLS
35         bool "Enable IKE fragmentation."
36         help
37                 Enable IKE fragmentation, which is a workaround for
38                 broken routers that drop fragmented packets
40 config BR2_PACKAGE_IPSEC_TOOLS_STATS
41         default y
42         depends on BR2_PACKAGE_IPSEC_TOOLS
43         bool "Enable statistics logging function."
45 config BR2_PACKAGE_IPSEC_TOOLS_IPV6
46         default y
47         depends on BR2_PACKAGE_IPSEC_TOOLS && BR2_INET_IPV6
48         bool "Enable IPv6 support"
49         help
50                 This option has no effect if uClibc has been compiled without
51                 IPv6 support.
53 config BR2_PACKAGE_IPSEC_TOOLS_READLINE
54         default n
55         depends on BR2_PACKAGE_IPSEC_TOOLS
56         select BR2_PACKAGE_READLINE
57         bool "Enable readline input support if available."
59 config BR2_PACKAGE_IPSEC_TOOLS_LIBS
60         bool "Install IPSec libraries under staging_dir/lib"
61         default y
62         depends on BR2_PACKAGE_IPSEC_TOOLS
63         help
64           Install libipsec.a and libracoon.a under staging_dir/lib for further
65           development on a host machine.