config FREETZ_PACKAGE_VSFTPD bool "vsftpd 3.0.5" select FREETZ_LIB_libcrypt if !FREETZ_PACKAGE_VSFTPD_STATIC && FREETZ_TARGET_UCLIBC_HAS_multiple_libs default n help A fast and secure FTP server config FREETZ_PACKAGE_VSFTPD_WITH_SSL bool "build with SSL support" depends on FREETZ_PACKAGE_VSFTPD select FREETZ_LIB_libcrypto if !FREETZ_PACKAGE_VSFTPD_STATIC select FREETZ_LIB_libcrypto_WITH_EC select FREETZ_LIB_libssl if !FREETZ_PACKAGE_VSFTPD_STATIC default n help This option enables SSL support for vsftpd. config FREETZ_PACKAGE_VSFTPD_STATIC bool "Link statically" depends on FREETZ_PACKAGE_VSFTPD default n help Causes all libraries vsftpd depends on to be linked in statically.