2007-05-07 05:58:30 +02:00
|
|
|
config BR2_PACKAGE_LIBCURL
|
|
|
|
bool "libcurl"
|
|
|
|
help
|
2017-07-31 15:53:50 +02:00
|
|
|
cURL is a tool for getting files from FTP, HTTP, Gopher,
|
|
|
|
Telnet, and Dict servers, using any of the supported
|
|
|
|
protocols.
|
2007-05-07 05:58:30 +02:00
|
|
|
|
2013-11-06 11:21:34 +01:00
|
|
|
http://curl.haxx.se/
|
2008-12-28 14:50:53 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LIBCURL
|
|
|
|
|
2008-12-28 14:50:53 +01:00
|
|
|
config BR2_PACKAGE_CURL
|
|
|
|
bool "curl binary"
|
|
|
|
help
|
|
|
|
Install curl binary as well
|
2013-12-20 22:31:30 +01:00
|
|
|
|
2017-01-31 18:26:53 +01:00
|
|
|
config BR2_PACKAGE_LIBCURL_VERBOSE
|
|
|
|
bool "enable verbose strings"
|
|
|
|
help
|
|
|
|
Enable verbose text strings
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|