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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to