svn commit: r312918 - head/sys/mips/conf

Robert Watson rwatson at FreeBSD.org
Sat Jan 28 11:38:52 UTC 2017


Author: rwatson
Date: Sat Jan 28 11:38:51 2017
New Revision: 312918
URL: https://svnweb.freebsd.org/changeset/base/312918

Log:
  As with GENERIC on other architectures, include COMPAT_FREEBSD10 and
  COMPAT_FREEBSD11 in the generic BERI kernel configuration template.
  
  MFC after:	1 week
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/mips/conf/BERI_TEMPLATE

Modified: head/sys/mips/conf/BERI_TEMPLATE
==============================================================================
--- head/sys/mips/conf/BERI_TEMPLATE	Sat Jan 28 09:58:00 2017	(r312917)
+++ head/sys/mips/conf/BERI_TEMPLATE	Sat Jan 28 11:38:51 2017	(r312918)
@@ -33,6 +33,9 @@ options 	KTRACE
 options 	CAPABILITY_MODE
 options 	CAPABILITIES
 
+options 	COMPAT_FREEBSD10
+options 	COMPAT_FREEBSD11
+
 options 	SCHED_ULE
 
 options 	FFS			#Berkeley Fast Filesystem


More information about the svn-src-all mailing list