* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
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
|