There is no need to use rng-tools for feeding random data into kernel entropy pool as hw_random core handles it. Documentation suggested that rng-tools is required which is incorrect. So remove it. Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@xxxxxxxxx> --- Documentation/hw_random.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/hw_random.txt b/Documentation/hw_random.txt index 121de96..46b2480 100644 --- a/Documentation/hw_random.txt +++ b/Documentation/hw_random.txt @@ -19,10 +19,6 @@ hw_random driver's official Web site: http://sourceforge.net/projects/gkernel/ -Those tools use /dev/hwrng to fill the kernel entropy pool, -which is used internally and exported by the /dev/urandom and -/dev/random special files. - Theory of operation =================== -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html