From c3f27beebbb20ba86ea0e4e85322ee9d5ab04dad Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 28 Aug 2016 04:08:26 +0000 Subject: [PATCH] [mips] migrate the QCA955X_BASE file to std.QCA955X, to bring this in line with other board defaults. --- sys/mips/conf/AP135 | 2 +- sys/mips/conf/DIR-655A1 | 2 +- sys/mips/conf/TL-ARCHERC7V2 | 2 +- sys/mips/conf/TL-WR1043NDv2 | 2 +- sys/mips/conf/{QCA955X_BASE => std.QCA955X} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename sys/mips/conf/{QCA955X_BASE => std.QCA955X} (99%) diff --git a/sys/mips/conf/AP135 b/sys/mips/conf/AP135 index 11c73eab8dc..7cc24cc0c8c 100644 --- a/sys/mips/conf/AP135 +++ b/sys/mips/conf/AP135 @@ -15,7 +15,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident AP135 diff --git a/sys/mips/conf/DIR-655A1 b/sys/mips/conf/DIR-655A1 index 4b66b91282e..c2dd9d83bb9 100644 --- a/sys/mips/conf/DIR-655A1 +++ b/sys/mips/conf/DIR-655A1 @@ -10,7 +10,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident DIR-655A1 diff --git a/sys/mips/conf/TL-ARCHERC7V2 b/sys/mips/conf/TL-ARCHERC7V2 index cedd823f2ec..55cd1cf7fbc 100644 --- a/sys/mips/conf/TL-ARCHERC7V2 +++ b/sys/mips/conf/TL-ARCHERC7V2 @@ -15,7 +15,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident TL-ARCHERC7V2 diff --git a/sys/mips/conf/TL-WR1043NDv2 b/sys/mips/conf/TL-WR1043NDv2 index 53a5847480f..8ca399d5600 100644 --- a/sys/mips/conf/TL-WR1043NDv2 +++ b/sys/mips/conf/TL-WR1043NDv2 @@ -10,7 +10,7 @@ #NO_UNIVERSE # Include the default QCA955x parameters -include "QCA955X_BASE" +include "std.QCA955X" ident TL-WR1043NDv2 diff --git a/sys/mips/conf/QCA955X_BASE b/sys/mips/conf/std.QCA955X similarity index 99% rename from sys/mips/conf/QCA955X_BASE rename to sys/mips/conf/std.QCA955X index e4a3b9b75ce..25a8411a903 100644 --- a/sys/mips/conf/QCA955X_BASE +++ b/sys/mips/conf/std.QCA955X @@ -12,7 +12,7 @@ # machine mips mips -ident QCA955X_BASE +#ident std.QCA955X cpu CPU_MIPS74K makeoptions KERNLOADADDR=0x80050000 options HZ=1000