mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:09:42 +02:00
63ef5186e1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3795 3c298f89-4303-0410-b956-a3cf2f4a3e73
30 lines
758 B
Plaintext
30 lines
758 B
Plaintext
menu "axtls............................. Embedded client/server TLSv1 SSL library"
|
|
|
|
config BR2_COMPILE_AXTLS
|
|
tristate
|
|
default n
|
|
depends BR2_PACKAGE_LIBAXTLS
|
|
|
|
config BR2_PACKAGE_LIBAXTLS
|
|
prompt "libaxtls.......................... Embedded client/server TLSv1 SSL library"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_AXTLS
|
|
help
|
|
Embedded client/server TLSv1 SSL library
|
|
|
|
http://www.axtls.co.nr/
|
|
|
|
config BR2_PACKAGE_AWHTTPD
|
|
prompt "awhttpd......................... Anti-Web webserver"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_LIBAXTLS
|
|
help
|
|
Anti-Web is a light-weight, single-process, non-threaded webserver
|
|
that emphasizes simplicity, efficiency, and security.
|
|
|
|
http://www.axtls.co.nr/
|
|
|
|
endmenu
|