diff options
Diffstat (limited to 'package/softether')
-rw-r--r-- | package/softether/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/softether/Config.in b/package/softether/Config.in index 60f1357529..55e5426775 100644 --- a/package/softether/Config.in +++ b/package/softether/Config.in @@ -1,11 +1,11 @@ config BR2_PACKAGE_SOFTETHER bool "softether" - select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE - select BR2_PACKAGE_OPENSSL - select BR2_PACKAGE_READLINE depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() depends on BR2_USE_WCHAR + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_READLINE help The SoftEther Server is a fully integrated implementation of the SSTP, L2TP, L2TPv3, OpenVPN, and IPSec virtual private networking protocols |