diff options
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 0000000000..60cd687374 --- /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 |