rngd: Mix-in RDRAND and reload for HWRNGs added at runtime.

This commit is contained in:
Michael Tremer
2014-02-01 16:46:22 +01:00
parent 167e6ec7a8
commit 2af8179385
4 changed files with 21 additions and 3 deletions

View File

@@ -108,6 +108,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
install -v -m 644 $(DIR_SRC)/config/udev/25-alsa.rules \
/lib/udev/rules.d
# Install hwrng rules.
install -v -m 644 $(DIR_SRC)/config/udev/90-hwrng.rules \
/lib/udev/rules.d
# Install codel rules.
install -v -m 644 $(DIR_SRC)/config/udev/99-codel.rules \
/lib/udev/rules.d