2
1

Config.in 419 B

1234567891011121314151617
  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.
  7. http://curl.haxx.nu/
  8. config BR2_PACKAGE_LIBCURL
  9. bool "libcurl"
  10. default n
  11. help
  12. cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
  13. and Dict servers, using any of the supported protocols.
  14. http://curl.haxx.nu/