xref: /OK3568_Linux_fs/buildroot/package/libpwquality/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
10	  https://github.com/libpwquality/libpwquality
11
12if BR2_PACKAGE_LIBPWQUALITY
13
14config BR2_PACKAGE_LIBPWQUALITY_TOOLS
15	bool "install tools"
16	help
17	  Install libpwquality command line tools generating/checking
18	  passwords.
19
20endif
21