From 2098c3511cfa0e79c5d6e19e41a74ef19bcf91af Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 09 Dec 2016 21:12:15 +0000 Subject: mdev.conf: rename hw_random to hwrng The kernel broke the name years ago, but didn't notice until it was much too late. Rename the node to match expectations of userland software, and what the kernel itself documents in its Kconfig help: This provides a device that's usually called /dev/hwrng, ... URL: https://marc.info/?l=linux-crypto-vger&m=144249767024990&w=2 Signed-off-by: Mike Frysinger --- diff --git a/examples/mdev.conf b/examples/mdev.conf index 5179569..fab1dc4 100644 --- a/examples/mdev.conf +++ b/examples/mdev.conf @@ -34,3 +34,5 @@ fd[0-9]* 0:11 660 sd[a-z]* 0:6 660 hd[a-z]* 0:6 660 + +hw_random 0:0 600 =hwrng -- cgit