Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2009 02:21:10 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r192509 - user/kmacy/releng_7_2_fcs/sys/amd64/conf
Message-ID:  <200905210221.n4L2LAlg051476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmacy
Date: Thu May 21 02:21:10 2009
New Revision: 192509
URL: http://svn.freebsd.org/changeset/base/192509

Log:
  add linux and linprocfs to modules

Modified:
  user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC

Modified: user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC	Thu May 21 02:19:01 2009	(r192508)
+++ user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC	Thu May 21 02:21:10 2009	(r192509)
@@ -25,7 +25,7 @@ ident		GENERIC
 #hints		"GENERIC.hints"		# Default places to look for devices.
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
-makeoptions	MODULES_OVERRIDE="mxge zlib geom opensolaris zfs cxgb fxp nfe hwpmc"
+makeoptions	MODULES_OVERRIDE="mxge zlib geom opensolaris zfs cxgb fxp nfe hwpmc linux linprocfs"
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905210221.n4L2LAlg051476>