diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-28 20:00:07 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-28 20:00:07 +0000 |
commit | 615528ba939d4c54f3b7630b6422496b38482549 (patch) | |
tree | a28bca1da983b9d24108b39cd190b8aac8f01e4e /package/libcurl/Config.in | |
parent | 620bde212731fc7ac4d85084b2c6bfbccd50d2f8 (diff) | |
download | buildroot-novena-615528ba939d4c54f3b7630b6422496b38482549.tar.gz buildroot-novena-615528ba939d4c54f3b7630b6422496b38482549.zip |
curl: rename to libcurl so Makefile.autotools.in can find patches
Diffstat (limited to 'package/libcurl/Config.in')
-rw-r--r-- | package/libcurl/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libcurl/Config.in b/package/libcurl/Config.in new file mode 100644 index 000000000..1d6d08e68 --- /dev/null +++ b/package/libcurl/Config.in @@ -0,0 +1,13 @@ +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 |