Config.in.legacy: add legacy handling for the recently removed BR2_x86_generic option
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Nov 2014 23:15:24 +0000 (00:15 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Nov 2014 23:15:24 +0000 (00:15 +0100)
Buildroot automatically falls back to a sensible CPU variant, but inform the
user of the change anyway so they are aware of it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy

index 95f77c38900e05414ac84ae617e48661d0910829..d60f4eb4c0c3f6a16de647a3ea780e1b41d5f9bc 100644 (file)
@@ -101,6 +101,13 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2014.11"
 
+config BR2_x86_generic
+       bool "x86 generic variant has been removed"
+       select BR2_LEGACY
+       help
+         The generic x86 CPU variant has been removed. Use another
+         CPU variant insted.
+
 config BR2_GCC_VERSION_4_4_X
        bool "gcc 4.4.x has been removed"
        select BR2_LEGACY