Add rnd-tools for faster random pool initialization

Use rngd to quickly fill up the entropy pool at boot time.

Change-Id: I68acd3c3c2fff158a0d794cc32a63ff9de03ac52
This commit is contained in:
Ben Swartzlander 2017-10-14 21:02:59 -04:00
parent ec4efbe1bb
commit 7c22a02127
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
DAEMON_ARGS="-r /dev/urandom"

View File

@ -19,6 +19,7 @@ BR2_PACKAGE_NFS_UTILS=y
BR2_PACKAGE_NFS_UTILS_RPC_LOCKD=y
BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD=y
BR2_PACKAGE_NFS_UTILS_NFS4=y
BR2_PACKAGE_RNG_TOOLS=y
BR2_PACKAGE_LIBICONV=y
BR2_PACKAGE_DHCPCD=y
BR2_PACKAGE_DROPBEAR=y

View File

@ -25,6 +25,7 @@ BR2_PACKAGE_NFS_UTILS=y
BR2_PACKAGE_NFS_UTILS_RPC_LOCKD=y
BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD=y
BR2_PACKAGE_NFS_UTILS_NFS4=y
BR2_PACKAGE_RNG_TOOLS=y
BR2_PACKAGE_GNUTLS=y
BR2_PACKAGE_OPENLDAP=y
BR2_PACKAGE_LIBICONV=y

View File

@ -21,6 +21,7 @@ BR2_PACKAGE_NFS_UTILS=y
BR2_PACKAGE_NFS_UTILS_RPC_LOCKD=y
BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD=y
BR2_PACKAGE_NFS_UTILS_NFS4=y
BR2_PACKAGE_RNG_TOOLS=y
BR2_PACKAGE_GNUTLS=y
BR2_PACKAGE_OPENLDAP=y
BR2_PACKAGE_LIBICONV=y