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

Mark Johnston markj at FreeBSD.org
Mon May 13 01:18:19 UTC 2019


Author: markj
Date: Mon May 13 01:18:17 2019
New Revision: 347515
URL: https://svnweb.freebsd.org/changeset/base/347515

Log:
  Catch up with r347241.
  
  MFC with:	r347241

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	Sun May 12 16:17:05 2019	(r347514)
+++ head/sys/mips/conf/std.AR_MIPS_BASE	Mon May 13 01:18:17 2019	(r347515)
@@ -21,8 +21,8 @@ options 	SCSI_NO_OP_STRINGS
 # .. And no sysctl strings
 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+="gpio ar71xx if_gif if_vlan if_gre if_tuntap"
+makeoptions 	MODULES_OVERRIDE+="if_bridge bridgestp usb"
 makeoptions 	MODULES_OVERRIDE+="alq"
 
 # Random - required during early boot!


More information about the svn-src-head mailing list