Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2017 03:58:01 +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: r320465 - head/sys/mips/conf
Message-ID:  <201706290358.v5T3w1Jv080656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Jun 29 03:58:01 2017
New Revision: 320465
URL: https://svnweb.freebsd.org/changeset/base/320465

Log:
  [mips] [ar71xx] Since the wlan/ath drivers use ALQ, ensure we build the module
  here otherwise we can't load said module.

Modified:
  head/sys/mips/conf/std.AR_MIPS_BASE

Modified: head/sys/mips/conf/std.AR_MIPS_BASE
==============================================================================
--- head/sys/mips/conf/std.AR_MIPS_BASE	Thu Jun 29 03:57:22 2017	(r320464)
+++ head/sys/mips/conf/std.AR_MIPS_BASE	Thu Jun 29 03:58:01 2017	(r320465)
@@ -23,6 +23,7 @@ options 	NO_SYSCTL_DESCR
 
 makeoptions 	MODULES_OVERRIDE+="gpio ar71xx if_gif if_vlan if_gre if_tap"
 makeoptions 	MODULES_OVERRIDE+="if_tun if_bridge bridgestp usb"
+makeoptions 	MODULES_OVERRIDE+="alq"
 
 # Random - required during early boot!
 device 		random



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