blob: 5d1459da9fb1d5d0c03e437a23d38ca6c70af6d1 (
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 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/
|