summaryrefslogtreecommitdiffstats
path: root/rules/rng-tools.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rng-tools: version bump 5 -> 6.5Juergen Borleis2018-10-171-4/+9
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rng-tools: /usr mergeMichael Olbrich2017-04-111-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rng-tools: add systemd service and rngtest optionsSteffen Trumtrar2016-05-171-0/+9
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rng-tools: new package for rng-tools (rngd) version 5Andreas Pretzsch2014-11-131-0/+56
random number generator daemon - seed kernel random from hwrng This daemon feeds data from a random number generator to the kernel's random number entropy pool, after first checking the data to ensure that it is properly random. By default, a hardware rng at /dev/hwrng is used as entropy source. This daemon is part of the rng-tools, which can be found at http://sourceforge.net/projects/gkernel/ git://git.kernel.org/pub/scm/utils/kernel/rng-tools/rng-tools.git Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> [mol: use prefix=/usr] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>