This was missing pseudo-device ksyms. Pointed out by J. Andberg.
This commit is contained in:
parent
d0bba60fad
commit
8d936d4ca8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.13 2003/07/27 20:36:18 is Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.12 $"
|
||||
#ident "GENERIC-$Revision: 1.13 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
|
@ -580,4 +580,8 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
|
|||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
||||
pseudo-device ksyms # /dev/ksyms (kernel symbols)
|
||||
')m4_dnl
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
|
Loading…
Reference in New Issue