Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2016 04:08:26 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r304937 - head/sys/mips/conf
Message-ID:  <201608280408.u7S48Qhs088985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608280408.u7S48Qhs088985>