60f13575295827a94aa47b941c215c0c7d223843
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / softether / Config.in
1 config BR2_PACKAGE_SOFTETHER
2         bool "softether"
3         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4         select BR2_PACKAGE_OPENSSL
5         select BR2_PACKAGE_READLINE
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         depends on BR2_USE_MMU # fork()
8         depends on BR2_USE_WCHAR
9         help
10           The SoftEther Server is a fully integrated implementation of the SSTP,
11           L2TP, L2TPv3, OpenVPN, and IPSec virtual private networking protocols
12           on Linux and several other platforms. It is generally compatible with
13           other implementations by Apple, Cisco, Juniper, Microsoft, et al.
14
15           Convenient Layer-2 and Layer-3 bridging capabilities can connect
16           several branch offices into a single broadcast or routing domain, even
17           behind a NAT or without a static IPv4 address.
18
19           In addition to supporting most VPN protocols, the SoftEther Client can
20           penetrate hardened firewalls and captured gateways through HTTPS, DNS,
21           and ICMP exfiltration.
22
23           http://www.softether.org
24
25 comment "softether needs a toolchain w/ wchar, threads"
26         depends on BR2_USE_MMU
27         depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)