2014-10-04 23:44:58 +02:00
|
|
|
config BR2_PACKAGE_SOFTETHER
|
|
|
|
bool "softether"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_USE_WCHAR
|
2017-04-22 19:18:05 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
2017-10-18 04:38:27 +02:00
|
|
|
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
2017-04-22 19:18:05 +02:00
|
|
|
select BR2_PACKAGE_READLINE
|
2014-10-04 23:44:58 +02:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
The SoftEther Server is a fully integrated implementation of
|
|
|
|
the SSTP, L2TP, L2TPv3, OpenVPN, and IPSec virtual private
|
|
|
|
networking protocols on Linux and several other
|
|
|
|
platforms. It is generally compatible with other
|
|
|
|
implementations by Apple, Cisco, Juniper, Microsoft, et al.
|
2014-10-04 23:44:58 +02:00
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
Convenient Layer-2 and Layer-3 bridging capabilities can
|
|
|
|
connect several branch offices into a single broadcast or
|
|
|
|
routing domain, even behind a NAT or without a static IPv4
|
|
|
|
address.
|
2014-10-04 23:44:58 +02:00
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
In addition to supporting most VPN protocols, the SoftEther
|
|
|
|
Client can penetrate hardened firewalls and captured
|
|
|
|
gateways through HTTPS, DNS, and ICMP exfiltration.
|
2014-10-04 23:44:58 +02:00
|
|
|
|
|
|
|
http://www.softether.org
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "softether needs a toolchain w/ wchar, threads"
|
2014-10-04 23:44:58 +02:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|