Files
buildroot/package/lua-argon2/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

14 lines
367 B
Plaintext

config BR2_PACKAGE_LUA_ARGON2
bool "lua-argon2"
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # libargon2
select BR2_PACKAGE_LIBARGON2
help
Lua C binding for the Argon2 password hashing algorithm.
https://github.com/thibaultcha/lua-argon2
comment "lua-argon2 needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS