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