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

Adrian Chadd adrian at FreeBSD.org
Sat Mar 21 06:13:31 UTC 2015


Author: adrian
Date: Sat Mar 21 06:13:30 2015
New Revision: 280317
URL: https://svnweb.freebsd.org/changeset/base/280317

Log:
  Re-enable the modules for now; I'm using them in some other test builds.

Modified:
  head/sys/mips/conf/AR934X_BASE

Modified: head/sys/mips/conf/AR934X_BASE
==============================================================================
--- head/sys/mips/conf/AR934X_BASE	Sat Mar 21 06:12:46 2015	(r280316)
+++ head/sys/mips/conf/AR934X_BASE	Sat Mar 21 06:13:30 2015	(r280317)
@@ -20,8 +20,8 @@ files		"../atheros/files.ar71xx"
 hints		"AR934X_BASE.hints"
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
-# makeoptions	MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_ahb hwpmc"
-makeoptions	MODULES_OVERRIDE=""
+makeoptions	MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_ahb hwpmc"
+# makeoptions	MODULES_OVERRIDE=""
 
 options 	DDB
 options 	KDB


More information about the svn-src-head mailing list