From 73252465b8550d8b8be074283277b45371213a76 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 31 Jul 2008 07:45:04 +0000 Subject: [PATCH] Move "options WAPBL" so that it also gets added to INSTALL kernels. --- sys/arch/amiga/conf/GENERIC.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/amiga/conf/GENERIC.in b/sys/arch/amiga/conf/GENERIC.in index a6d44b9e421b..e34dcf267c96 100644 --- a/sys/arch/amiga/conf/GENERIC.in +++ b/sys/arch/amiga/conf/GENERIC.in @@ -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 # @@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga" 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 makeoptions COPTS="-Os" @@ -168,11 +168,11 @@ file-system PTYFS # /dev/pts/N support # Filesystem options #options FFS_EI # FFS Endian Independant support +options WAPBL # File system journaling support - Experimental m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl options QUOTA # User and group quotas in FFS options SOFTDEP # FFS soft updates support. -options WAPBL # File system journaling support - Experimental #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental options NFSSERVER # Network File System server side code #options FFS_NO_SNAPSHOT # No FFS snapshot support