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

Adrian Chadd adrian at FreeBSD.org
Tue May 17 00:31:39 UTC 2016


Author: adrian
Date: Tue May 17 00:31:37 2016
New Revision: 300000
URL: https://svnweb.freebsd.org/changeset/base/300000

Log:
  [mips] also add otus/urtwn USB modules.
  
  I'm using both AR933x (because the boards fit in small boxes) as well
  as AR934x for doing USB wifi testing on MIPS.
  
  So far so good, for both of them.

Modified:
  head/sys/mips/conf/AR933X_BASE

Modified: head/sys/mips/conf/AR933X_BASE
==============================================================================
--- head/sys/mips/conf/AR933X_BASE	Tue May 17 00:30:34 2016	(r299999)
+++ head/sys/mips/conf/AR933X_BASE	Tue May 17 00:31:37 2016	(r300000)
@@ -20,7 +20,7 @@ files		"../atheros/files.ar71xx"
 hints		"AR933X_BASE.hints"
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
-makeoptions	MODULES_OVERRIDE="gpio ar71xx if_gif if_vlan if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw"
+makeoptions	MODULES_OVERRIDE="gpio ar71xx if_gif if_vlan if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw urtwn urtwnfw otus otusfw"
 
 options 	DDB
 options 	KDB


More information about the svn-src-head mailing list