Commit a52bad85 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Config.in.legacy: add legacy handling for the recently removed BR2_x86_generic option



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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent b2f8c60e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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