mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00

Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
config BR2_PACKAGE_LUASEC
|
|
bool "luasec"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LUASOCKET
|
|
help
|
|
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
|
communication.
|
|
|
|
https://github.com/brunoos/luasec/wiki
|