config FREETZ_PACKAGE_CURL bool "Curl 7.19.4 (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_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 Notice: There is no dynamic libcurl.so in this case!