diff options
Diffstat (limited to 'package/systemd/Config.in')
-rw-r--r-- | package/systemd/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index a2cf4be671..959154ea11 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -159,6 +159,16 @@ config BR2_PACKAGE_SYSTEMD_FIRSTBOOT http://www.freedesktop.org/software/systemd/man/systemd-firstboot.html +config BR2_PACKAGE_SYSTEMD_RANDOMSEED + bool "enable random-seed support" + help + systemd-random-seed is a service that restores the random + seed of the system at early boot and saves it at + shutdown. Saving/restoring the random seed across boots + increases the amount of available entropy early at boot. + + http://www.freedesktop.org/software/systemd/man/systemd-random-seed.service.html + config BR2_PACKAGE_SYSTEMD_NETWORKD bool "enable network manager" help |