board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libcurl / Config.in
blobfc1527f0d9251a5855ebfab9152e7c18a836299c
1 config BR2_PACKAGE_LIBCURL
2         bool "libcurl"
3         help
4           cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
5           and Dict servers, using any of the supported protocols.
7           http://curl.haxx.se/
9 if BR2_PACKAGE_LIBCURL
11 config BR2_PACKAGE_CURL
12         bool "curl binary"
13         help
14           Install curl binary as well
16 config BR2_PACKAGE_LIBCURL_VERBOSE
17         bool "enable verbose strings"
18         help
19           Enable verbose text strings
21 endif