Move "options WAPBL" so that it also gets added to INSTALL kernels.
This commit is contained in:
parent
0751ba4bff
commit
73252465b8
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC.in,v 1.66 2008/07/31 07:40:59 simonb Exp $
|
# $NetBSD: GENERIC.in,v 1.67 2008/07/31 07:45:04 simonb Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.66 $"
|
#ident "GENERIC-$Revision: 1.67 $"
|
||||||
|
|
||||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||||
makeoptions COPTS="-Os"
|
makeoptions COPTS="-Os"
|
||||||
@ -168,11 +168,11 @@ file-system PTYFS # /dev/pts/N support
|
|||||||
# Filesystem options
|
# Filesystem options
|
||||||
|
|
||||||
#options FFS_EI # FFS Endian Independant support
|
#options FFS_EI # FFS Endian Independant support
|
||||||
|
options WAPBL # File system journaling support - Experimental
|
||||||
|
|
||||||
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
||||||
options QUOTA # User and group quotas in FFS
|
options QUOTA # User and group quotas in FFS
|
||||||
options SOFTDEP # FFS soft updates support.
|
options SOFTDEP # FFS soft updates support.
|
||||||
options WAPBL # File system journaling support - Experimental
|
|
||||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||||
options NFSSERVER # Network File System server side code
|
options NFSSERVER # Network File System server side code
|
||||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||||
|
Loading…
Reference in New Issue
Block a user