026ae0154b080b6453cfb1b91c0b4ff9771dadd6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libcurl / Config.in
1 config BR2_PACKAGE_LIBCURL
2         bool "libcurl"
3         help
4           cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
5           and Dict servers, using any of the supported protocols.
6
7           http://curl.haxx.se/
8
9 if BR2_PACKAGE_LIBCURL
10
11 config BR2_PACKAGE_CURL
12         bool "curl binary"
13         help
14           Install curl binary as well
15
16 endif