also install required files for HAVE_INCLUDES
[buildroot.git] / package / curl / Config.in
blob409053fa369d50c3239676d09480d2de9f40c04b
1 config BR2_PACKAGE_CURL
2         bool "curl"
3         default n
4         help
5           cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
6           and Dict servers, using any of the supported protocols.
8           http://curl.haxx.nu/
10 config BR2_PACKAGE_LIBCURL
11         bool "libcurl"
12         default n
13         help
14           cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
15           and Dict servers, using any of the supported protocols.
17           http://curl.haxx.nu/