Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -3,7 +3,6 @@ config BR2_PACKAGE_RNG_TOOLS
|
||||
# pthread_setaffinity_np
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||
select BR2_PACKAGE_JITTERENTROPY_LIBRARY
|
||||
select BR2_PACKAGE_LIBSYSFS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
@@ -13,6 +12,17 @@ config BR2_PACKAGE_RNG_TOOLS
|
||||
|
||||
if BR2_PACKAGE_RNG_TOOLS
|
||||
|
||||
config BR2_PACKAGE_RNG_TOOLS_JITTERENTROPY_LIBRARY
|
||||
bool "Jitterentropy Library support"
|
||||
default y
|
||||
select BR2_PACKAGE_JITTERENTROPY_LIBRARY
|
||||
help
|
||||
Enable Jitterentropy Library support.
|
||||
|
||||
The Jitter RNG provides a noise source using the CPU
|
||||
execution timing jitter. It does not depend on any
|
||||
system resource other than a high-resolution time stamp.
|
||||
|
||||
config BR2_PACKAGE_RNG_TOOLS_NISTBEACON
|
||||
bool "NIST Entropy Beacon support"
|
||||
select BR2_PACKAGE_JANSSON
|
||||
|
||||
Reference in New Issue
Block a user