diff options
Diffstat (limited to 'package/curl/Config.in')
-rw-r--r-- | package/curl/Config.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/curl/Config.in b/package/curl/Config.in deleted file mode 100644 index 1d6d08e68..000000000 --- a/package/curl/Config.in +++ /dev/null @@ -1,13 +0,0 @@ -config BR2_PACKAGE_LIBCURL - bool "libcurl" - help - cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, - and Dict servers, using any of the supported protocols. - - http://curl.haxx.nu/ - -config BR2_PACKAGE_CURL - bool "curl binary" - depends on BR2_PACKAGE_LIBCURL - help - Install curl binary as well |