]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ipsec-tools/Config.in
ipsec-tools: use select rather than depends for library dependencies
[coffee/buildroot.git] / package / ipsec-tools / Config.in
1 config BR2_PACKAGE_IPSEC_TOOLS
2         bool "ipsec-tools"
3         select BR2_PACKAGE_OPENSSL
4         select BR2_PACKAGE_FLEX
5         select BR2_PACKAGE_FLEX_LIBFL
6         help
7           This package is required to support IPSec for Linux 2.6+
8
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).
16
17 config BR2_PACKAGE_IPSEC_TOOLS_NATT
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         depends on BR2_PACKAGE_IPSEC_TOOLS
33         bool "Enable IKE fragmentation."
34         help
35                 Enable IKE fragmentation, which is a workaround for
36                 broken routers that drop fragmented packets
37
38 config BR2_PACKAGE_IPSEC_TOOLS_STATS
39         default y
40         depends on BR2_PACKAGE_IPSEC_TOOLS
41         bool "Enable statistics logging function."
42
43 config BR2_PACKAGE_IPSEC_TOOLS_IPV6
44         default y
45         depends on BR2_PACKAGE_IPSEC_TOOLS && BR2_INET_IPV6
46         bool "Enable IPv6 support"
47         help
48                 This option has no effect if uClibc has been compiled without
49                 IPv6 support.
50
51 config BR2_PACKAGE_IPSEC_TOOLS_READLINE
52         depends on BR2_PACKAGE_IPSEC_TOOLS
53         select BR2_PACKAGE_READLINE
54         bool "Enable readline input support if available."
55
56 config BR2_PACKAGE_IPSEC_TOOLS_LIBS
57         bool "Install IPSec libraries under staging_dir/lib"
58         default y
59         depends on BR2_PACKAGE_IPSEC_TOOLS
60         help
61           Install libipsec.a and libracoon.a under staging_dir/lib for further
62           development on a host machine.