]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ipsec-tools/Config.in
buildroot: remove trailing spaces
[coffee/buildroot.git] / package / ipsec-tools / Config.in
1 config BR2_PACKAGE_IPSEC_TOOLS
2         bool "ipsec-tools"
3         depends on BR2_PACKAGE_OPENSSL && BR2_PACKAGE_FLEX && BR2_PACKAGE_FLEX_LIBFL
4         help
5           This package is required to support IPSec for Linux 2.6+
6
7 comment "ipsec-tools    - disabled (requires openssl, flex and the flex library (libfl.a) )"
8         depends on !BR2_PACKAGE_OPENSSL || !BR2_PACKAGE_FLEX
9
10 config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
11         default y
12         depends on BR2_PACKAGE_IPSEC_TOOLS
13         bool "Enable racoonctl(8)."
14         help
15                 Lets racoon to listen to racoon admin port, which is to
16                 be contacted by racoonctl(8).
17
18 config BR2_PACKAGE_IPSEC_TOOLS_NATT
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:
25
26                 http://ipsec-tools.sourceforge.net/netbsd_nat-t.diff If you
27
28                 live in a country where software patents are legal, using
29                 NAT-Traversal might infringe a patent.
30
31
32 config BR2_PACKAGE_IPSEC_TOOLS_FRAG
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 && BR2_INET_IPV6
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         depends on BR2_PACKAGE_IPSEC_TOOLS
54         select BR2_READLINE
55         bool "Enable readline input support if available."
56
57 config BR2_PACKAGE_IPSEC_TOOLS_LIBS
58         bool "Install IPSec libraries under staging_dir/lib"
59         default y
60         depends on BR2_PACKAGE_IPSEC_TOOLS
61         help
62           Install libipsec.a and libracoon.a under staging_dir/lib for further
63           development on a host machine.