add pseudo-device rnd - it's needed by sshd
This commit is contained in:
parent
4b087712af
commit
95bf3bc4cd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TEAL,v 1.3 2001/08/19 03:20:36 wdk Exp $
|
||||
# $NetBSD: TEAL,v 1.4 2001/11/14 13:25:19 hubertf Exp $
|
||||
|
||||
include "arch/sgimips/conf/std.sgimips"
|
||||
|
||||
|
@ -86,3 +86,4 @@ pseudo-device loop
|
|||
pseudo-device pty
|
||||
pseudo-device bpfilter 8
|
||||
#pseudo-device md 1
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
Loading…
Reference in New Issue