2010-11-02 20:35:35 +01:00
|
|
|
config BR2_PACKAGE_RNG_TOOLS
|
|
|
|
bool "rng-tools"
|
2014-01-29 19:51:57 +01:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
2014-11-26 20:01:18 +01:00
|
|
|
# For rdrand ligcrypt is required and it's not obvious to users
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT if BR2_i386 || BR2_x86_64
|
2010-11-02 20:35:35 +01:00
|
|
|
help
|
|
|
|
Daemon to use hardware random number generators.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/gkernel/
|