[Buildroot] [PATCH] legacy: add entries for renamed MIPS CPU cores

Yann E. MORIN yann.morin.1998 at free.fr
Sun Nov 13 15:49:21 UTC 2016


Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Cc: Arnout Vandecappelle <arnout at mind.be>
---
 Config.in.legacy | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index 8c41b05..f8f826d 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,26 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2016.11"
 
+config BR2_mips_m6250
+	bool "MIPS M6201 core option has been renamed"
+	select BR2_LEGACY
+	help
+	  The option has been renamed to BR2_mips_m6250, which is
+	  the real name for that core.
+
+	  Please verify that the correct core is selected in the
+	  architecture variant choice.
+
+config BR2_mips_m5101
+	bool "MIPS M5101 core option has been renamed"
+	select BR2_LEGACY
+	help
+	  The option has been renamed to BR2_mips_m5150, which is
+	  the real name for that core.
+
+	  Please verify that the correct core is selected in the
+	  architecture variant choice.
+
 config BR2_PACKAGE_PHP_SAPI_CLI_CGI
 	bool "PHP CGI and CLI options are now seperate"
 	select BR2_PACKAGE_PHP_SAPI_CLI
-- 
2.7.4



More information about the buildroot mailing list