From: Mike Frysinger Date: Fri, 9 Dec 2016 21:12:15 +0000 (-0500) Subject: mdev.conf: rename hw_random to hwrng X-Git-Tag: 1_26_0~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2098c3511cfa0e79c5d6e19e41a74ef19bcf91af;p=oweals%2Fbusybox.git 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 51795694d..fab1dc451 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