1config BR2_PACKAGE_LIBSCRYPT 2 bool "libscrypt" 3 # Unconditionally builds a shared library 4 depends on !BR2_STATIC_LIBS 5 help 6 This is a library that implements the secure password 7 hashing function "scrypt". 8 9 http://www.lolware.net/libscrypt.html 10 11comment "libscrypt needs a toolchain w/ dynamic library" 12 depends on BR2_STATIC_LIBS 13