xref: /OK3568_Linux_fs/buildroot/package/urandom-scripts/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_URANDOM_SCRIPTS
2	bool "urandom-initscripts"
3	default y if BR2_PACKAGE_INITSCRIPTS
4	depends on !BR2_PACKAGE_SYSTEMD
5	help
6	  Initscript to preserve the random seed between reboots.
7
8	  WARNING: this is a poor fit to try and get high-quality
9	  entropy at boot. There are better ways, like haveged, or
10	  rng-tools.
11