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

Adrian Chadd adrian at FreeBSD.org
Sat Mar 14 08:29:04 UTC 2015


Author: adrian
Date: Sat Mar 14 08:29:03 2015
New Revision: 279973
URL: https://svnweb.freebsd.org/changeset/base/279973

Log:
  Compile some modules - I'm going to eventually just compile all the
  modules, but these are a subset of things that are worth playing with
  in deployed APs.
  
  (ipfw in particular is rather nice.)

Modified:
  head/sys/mips/conf/QCA955X_BASE

Modified: head/sys/mips/conf/QCA955X_BASE
==============================================================================
--- head/sys/mips/conf/QCA955X_BASE	Sat Mar 14 07:59:54 2015	(r279972)
+++ head/sys/mips/conf/QCA955X_BASE	Sat Mar 14 08:29:03 2015	(r279973)
@@ -27,7 +27,7 @@ hints		"QCA955X_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="if_vlan ipfw if_gre if_gif if_bridge bridgestp hwpmc"
 
 options 	DDB
 options 	KDB


More information about the svn-src-all mailing list