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