summaryrefslogtreecommitdiffstats
path: root/package/luasec/Config.in
blob: 48aa7662b9f93d775490fb267fffb6341cf5d5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_LUASEC
	bool "luasec"
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_LUASOCKET
	depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
	depends on !BR2_PACKAGE_LUA_5_2
	help
	  LuaSec is a binding for OpenSSL library to provide TLS/SSL
	  communication.

	  http://www.inf.puc-rio.br/~brunoos/luasec/

comment "luasec needs a Lua 5.1 interpreter"
	depends on BR2_PACKAGE_LUA_5_2
OpenPOWER on IntegriCloud