mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 08:16:15 +02:00
30 lines
571 B
Plaintext
30 lines
571 B
Plaintext
|
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/
|
||
|
|
||
|
|