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

Adrian Chadd adrian at FreeBSD.org
Sun Aug 28 04:03:53 UTC 2016


Author: adrian
Date: Sun Aug 28 04:03:52 2016
New Revision: 304932
URL: https://svnweb.freebsd.org/changeset/base/304932

Log:
  [mips] QCA955x config file changes to bring things into alignment with the other atheros config files.
  
  * ALT_BREAK_TO_DEBUGGER, because we get random breaks when unplugging USB
    to serial adapters
  * Build more modules!

Modified:
  head/sys/mips/conf/QCA955X_BASE

Modified: head/sys/mips/conf/QCA955X_BASE
==============================================================================
--- head/sys/mips/conf/QCA955X_BASE	Sun Aug 28 00:26:06 2016	(r304931)
+++ head/sys/mips/conf/QCA955X_BASE	Sun Aug 28 04:03:52 2016	(r304932)
@@ -17,7 +17,7 @@ cpu		CPU_MIPS74K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000
 
-options		BREAK_TO_DEBUGGER
+#options		BREAK_TO_DEBUGGER
 options		ALT_BREAK_TO_DEBUGGER
 
 # options		BOOTVERBOSE=10
@@ -26,8 +26,7 @@ files		"../atheros/files.ar71xx"
 hints		"QCA955X_BASE.hints"
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
-# makeoptions	MODULES_OVERRIDE="gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_ahb hwpmc"
-makeoptions	MODULES_OVERRIDE="if_vlan ipfw if_gre if_gif if_bridge bridgestp"
+makeoptions	MODULES_OVERRIDE="gpio ar71xx if_gif if_vlan if_gre if_tap if_tun if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw ipfw_nat libalias ipfw_nptv6 urtwn urtwnfw otus otusfw"
 
 options 	DDB
 options 	KDB


More information about the svn-src-all mailing list