Config.in 367 B

12345678910111213
  1. config BR2_PACKAGE_LUA_ARGON2
  2. bool "lua-argon2"
  3. depends on !BR2_STATIC_LIBS
  4. depends on BR2_USE_MMU # libargon2
  5. select BR2_PACKAGE_LIBARGON2
  6. help
  7. Lua C binding for the Argon2 password hashing algorithm.
  8. https://github.com/thibaultcha/lua-argon2
  9. comment "lua-argon2 needs a toolchain w/ dynamic library"
  10. depends on BR2_USE_MMU
  11. depends on BR2_STATIC_LIBS