mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
There are options to build only static or only shared libs. The default is to build both. Also update reverse dependencies. Note that lua-argon2 doesn't have the "# libargon2" comment so presumably it needs shared libs itself. Signed-off-by: Andreas Mohr <and@gmx.li> [Arnout: also update reverse dependencies] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
config BR2_PACKAGE_LIBARGON2
|
|
bool "libargon2"
|
|
depends on BR2_USE_MMU
|
|
help
|
|
A modern password hashing algorithm
|
|
|
|
https://password-hashing.net/#argon2
|