fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled
[buildroot-gz.git] / package / libcurl / Config.in
blob026ae0154b080b6453cfb1b91c0b4ff9771dadd6
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.
7           http://curl.haxx.se/
9 if BR2_PACKAGE_LIBCURL
11 config BR2_PACKAGE_CURL
12         bool "curl binary"
13         help
14           Install curl binary as well
16 endif