diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-18 22:15:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-18 22:15:21 +0000 |
commit | bf78c555640a83560a3dbaad59d5b71ef8053a9f (patch) | |
tree | 4d0918e35d3fc4b4e429eb40b7886e12a98c4fac /openwrt/package/axtls/Config.in | |
parent | 72fc91e1422c2bf6d4c79eb58e8ad50e381e52fb (diff) | |
download | mtk-20170518-bf78c555640a83560a3dbaad59d5b71ef8053a9f.zip mtk-20170518-bf78c555640a83560a3dbaad59d5b71ef8053a9f.tar.gz mtk-20170518-bf78c555640a83560a3dbaad59d5b71ef8053a9f.tar.bz2 |
add axtls embedded ssl/tls library.
SVN-Revision: 3795
Diffstat (limited to 'openwrt/package/axtls/Config.in')
-rw-r--r-- | openwrt/package/axtls/Config.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/openwrt/package/axtls/Config.in b/openwrt/package/axtls/Config.in new file mode 100644 index 0000000..60cd687 --- /dev/null +++ b/openwrt/package/axtls/Config.in @@ -0,0 +1,29 @@ +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 |