blob: 7c99a9617c103055ab41119fa385d5b31069d659 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config ADK_COMPILE_AXTLS
tristate
default n
depends on ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPD
config ADK_PACKAGE_AXHTTPD
prompt "axhttpd........................... small embedded webserver"
tristate
default n
select ADK_COMPILE_AXTLS
select ADK_PACKAGE_LIBAXTLS
help
axhttpd is a small embedded web server using the axTLS library.
http://www.axtls.co.nr/
|