Config.in 521 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_LIBPWQUALITY
  2. bool "libpwquality"
  3. select BR2_PACKAGE_CRACKLIB
  4. help
  5. This is a library for password quality checks and generation
  6. of random passwords that pass the checks. This library uses
  7. the cracklib and cracklib dictionaries to perform some of
  8. the checks.
  9. https://github.com/libpwquality/libpwquality
  10. if BR2_PACKAGE_LIBPWQUALITY
  11. config BR2_PACKAGE_LIBPWQUALITY_TOOLS
  12. bool "install tools"
  13. help
  14. Install libpwquality command line tools generating/checking
  15. passwords.
  16. endif