summaryrefslogtreecommitdiffstats
path: root/package/curl/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-28 14:50:53 +0100
committerPeter Korsgaard2008-12-28 14:50:53 +0100
commit6b9c268cb063139db794139c2909801a7d1691e4 (patch)
tree08dd05db59467ea5fb89852bc450ed794235602d /package/curl/Config.in
parentcurl: remove unused legacy patches (diff)
downloadbuildroot-6b9c268cb063139db794139c2909801a7d1691e4.tar.gz
buildroot-6b9c268cb063139db794139c2909801a7d1691e4.tar.xz
buildroot-6b9c268cb063139db794139c2909801a7d1691e4.zip
curl: convert to Makefile.autotools.in format, bump version
Diffstat (limited to 'package/curl/Config.in')
-rw-r--r--package/curl/Config.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/package/curl/Config.in b/package/curl/Config.in
index 3e1985528..1d6d08e68 100644
--- a/package/curl/Config.in
+++ b/package/curl/Config.in
@@ -1,11 +1,3 @@
-config BR2_PACKAGE_CURL
- bool "curl"
- 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_LIBCURL
bool "libcurl"
help
@@ -13,3 +5,9 @@ config BR2_PACKAGE_LIBCURL
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