blob: c9d34b5c8c6388884fc3ebaa428036166e334f85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
config ADK_COMPILE_CURL
tristate
default n
depends on ADK_PACKAGE_LIBCURL
config ADK_PACKAGE_LIBCURL
prompt "libcurl........................... A client-side URL transfer library"
tristate
default n
select ADK_COMPILE_CURL
select ADK_PACKAGE_LIBOPENSSL
select ADK_PACKAGE_ZLIB
help
http://curl.haxx.se/
config ADK_PACKAGE_LIBCURL_DEV
prompt "libcurl-dev....................... development files for libcurl"
tristate
default n
depends on ADK_PACKAGE_LIBCURL
select ADK_COMPILE_CURL
select ADK_PACKAGE_LIBOPENSSL
select ADK_PACKAGE_ZLIB
help
http://curl.haxx.se/
config ADK_PACKAGE_CURL
prompt "curl............................ A client-side URL transfer tool"
tristate
default n
depends on ADK_PACKAGE_LIBCURL
help
http://curl.haxx.se/
|