1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 04:39:20 +03:00
openwrt-xburst/package/curl/Config.in

30 lines
571 B
Plaintext
Raw Normal View History

config BR2_COMPILE_CURL
bool
default n
depends BR2_PACKAGE_LIBCURL
config BR2_PACKAGE_LIBCURL
tristate "libcurl - A client-side URL transfer library"
# default m if CONFIG_DEVEL
default n
select BR2_COMPILE_CURL
select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_ZLIB
help
A client-side URL transfer library.
http://curl.haxx.se/
config BR2_PACKAGE_CURL
tristate "curl - A client-side URL transfer tool"
# default m if CONFIG_DEVEL
default n
depends BR2_PACKAGE_LIBCURL
help
A client-side URL transfer tool.
http://curl.haxx.se/