1config BR2_PACKAGE_URANDOM_SCRIPTS 2 bool "urandom-initscripts" 3 default y if BR2_PACKAGE_INITSCRIPTS 4 depends on BR2_PACKAGE_BUSYBOX 5 depends on !BR2_PACKAGE_SYSTEMD 6 help 7 Initscript to preserve the random seed between reboots. 8