config FREETZ_PACKAGE_CURL bool "Curl 7.21.7 (binary only)" default n select FREETZ_LIB_libcurl if ! FREETZ_PACKAGE_CURL_STATIC help Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and a busload of other useful tricks. config FREETZ_PACKAGE_CURL_WITH_SSL bool "build with SSL support" depends on FREETZ_PACKAGE_CURL default y help This option enables SSL support in curl. config FREETZ_PACKAGE_CURL_USE_POLARSSL bool "Use polarssl instead of openssl" depends on FREETZ_PACKAGE_CURL_WITH_SSL default n help Use lightweight PolarSSL as SSL library. config FREETZ_PACKAGE_CURL_WITH_ZLIB bool "build with zlib support" depends on FREETZ_PACKAGE_CURL default n select FREETZ_LIB_libz if ! FREETZ_PACKAGE_CURL_STATIC help This option enables zlib support in curl. config FREETZ_PACKAGE_CURL_STATIC bool "Statically link libraries" depends on FREETZ_PACKAGE_CURL default n help CURL needs the following shared libraries which can be linked in statically by activating this switch: - libcurl.so - libcrypto.so - libssl.so - libpolarssl.so