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