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

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


Author: adrian
Date: Sun Aug 28 04:08:26 2016
New Revision: 304937
URL: https://svnweb.freebsd.org/changeset/base/304937

Log:
  [mips] migrate the QCA955X_BASE file to std.QCA955X, to bring this in line with
  other board defaults.

Added:
  head/sys/mips/conf/std.QCA955X
     - copied, changed from r304936, head/sys/mips/conf/QCA955X_BASE
Deleted:
  head/sys/mips/conf/QCA955X_BASE
Modified:
  head/sys/mips/conf/AP135
  head/sys/mips/conf/DIR-655A1
  head/sys/mips/conf/TL-ARCHERC7V2
  head/sys/mips/conf/TL-WR1043NDv2

Modified: head/sys/mips/conf/AP135
==============================================================================
--- head/sys/mips/conf/AP135	Sun Aug 28 04:08:04 2016	(r304936)
+++ head/sys/mips/conf/AP135	Sun Aug 28 04:08:26 2016	(r304937)
@@ -15,7 +15,7 @@
 #NO_UNIVERSE
 
 # Include the default QCA955x parameters
-include         "QCA955X_BASE"
+include         "std.QCA955X"
 
 ident           AP135
 

Modified: head/sys/mips/conf/DIR-655A1
==============================================================================
--- head/sys/mips/conf/DIR-655A1	Sun Aug 28 04:08:04 2016	(r304936)
+++ head/sys/mips/conf/DIR-655A1	Sun Aug 28 04:08:26 2016	(r304937)
@@ -10,7 +10,7 @@
 #NO_UNIVERSE
 
 # Include the default QCA955x parameters
-include         "QCA955X_BASE"
+include         "std.QCA955X"
 
 ident           DIR-655A1
 

Modified: head/sys/mips/conf/TL-ARCHERC7V2
==============================================================================
--- head/sys/mips/conf/TL-ARCHERC7V2	Sun Aug 28 04:08:04 2016	(r304936)
+++ head/sys/mips/conf/TL-ARCHERC7V2	Sun Aug 28 04:08:26 2016	(r304937)
@@ -15,7 +15,7 @@
 #NO_UNIVERSE
 
 # Include the default QCA955x parameters
-include         "QCA955X_BASE"
+include         "std.QCA955X"
 
 ident           TL-ARCHERC7V2
 

Modified: head/sys/mips/conf/TL-WR1043NDv2
==============================================================================
--- head/sys/mips/conf/TL-WR1043NDv2	Sun Aug 28 04:08:04 2016	(r304936)
+++ head/sys/mips/conf/TL-WR1043NDv2	Sun Aug 28 04:08:26 2016	(r304937)
@@ -10,7 +10,7 @@
 #NO_UNIVERSE
 
 # Include the default QCA955x parameters
-include         "QCA955X_BASE"
+include         "std.QCA955X"
 
 ident           TL-WR1043NDv2
 

Copied and modified: head/sys/mips/conf/std.QCA955X (from r304936, head/sys/mips/conf/QCA955X_BASE)
==============================================================================
--- head/sys/mips/conf/QCA955X_BASE	Sun Aug 28 04:08:04 2016	(r304936, copy source)
+++ head/sys/mips/conf/std.QCA955X	Sun Aug 28 04:08:26 2016	(r304937)
@@ -12,7 +12,7 @@
 #
 
 machine         mips mips
-ident		QCA955X_BASE
+#ident		std.QCA955X
 cpu		CPU_MIPS74K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000


More information about the svn-src-head mailing list