aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/axtls/Config.in
blob: 60cd687374afc8fcf5e48ef2da8f84d89b4943fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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