Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2016 00:31:38 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300000 - head/sys/mips/conf
Message-ID:  <201605170031.u4H0VcC6008025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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