From e77de68fbef6b8715dd1189a13bbfeee0e50e426 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 22 Sep 2016 14:25:34 +0300 Subject: rng-tools: Add description, remove unused parameter * Add description to both Makefile and init script that mentions the default of /dev/urandom as the entropy source. * Remove the deprecated interval parameter from init script. Signed-off-by: Hannu Nyman --- utils/rng-tools/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'utils/rng-tools/Makefile') diff --git a/utils/rng-tools/Makefile b/utils/rng-tools/Makefile index 8ec18c2ce..b97cbf2ae 100644 --- a/utils/rng-tools/Makefile +++ b/utils/rng-tools/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rng-tools PKG_VERSION:=5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gkernel/rng-tools/$(PKG_VERSION)/ @@ -30,6 +30,12 @@ define Package/rng-tools URL:=http://sourceforge.net/projects/gkernel/ endef +define Package/rng-tools/description +Daemon for adding entropy to kernel entropy pool. By default it uses +/dev/urandom as the source but the init script can be modified +to use a hardware source like /dev/hwrng if present +endef + ifdef CONFIG_USE_UCLIBC CONFIGURE_VARS += \ LIBS="-largp" -- cgit v1.2.3