aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/matrixssl/Config.in
blob: 3d4532e52a620771fa9be3b22e2f1e3f664b420d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_COMPILE_MATRIXSSL
	tristate
	depends BR2_PACKAGE_LIBMATRIXSSL

config BR2_PACKAGE_LIBMATRIXSSL
	prompt "libmatrixssl...................... Embedded SSL implementation"
	tristate
	default m if CONFIG_DEVEL
	select BR2_COMPILE_MATRIXSSL
	select BR2_PACKAGE_LIBPTHREAD
	help
	  An embedded SSL implementation
	  
	  http://www.matrixssl.org/
	  
	  Depends: libpthread