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

Adrian Chadd adrian at FreeBSD.org
Thu Jun 29 03:58:02 UTC 2017


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


More information about the svn-src-all mailing list