Config.in 315 B

12345678910111213
  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.
  6. http://curl.haxx.nu/
  7. config BR2_PACKAGE_CURL
  8. bool "curl binary"
  9. depends on BR2_PACKAGE_LIBCURL
  10. help
  11. Install curl binary as well