diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-05-07 03:58:30 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-05-07 03:58:30 +0000 |
commit | 1f92831170d5be9cb0511f6f9360d3c2daf3d24c (patch) | |
tree | 831eb1a20f5213fa08ba2d7b39c932aaefd70449 /package/curl/Config.in | |
parent | 0a41ba39e26b08d9a000a917eeccd948e9da12a7 (diff) |
Add new packages.
Diffstat (limited to 'package/curl/Config.in')
-rw-r--r-- | package/curl/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/curl/Config.in b/package/curl/Config.in new file mode 100644 index 000000000..409053fa3 --- /dev/null +++ b/package/curl/Config.in @@ -0,0 +1,17 @@ +config BR2_PACKAGE_CURL + bool "curl" + default n + 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" + default n + 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/ |