Legacy: make the menu a normal menu.

The help text is moved to comments.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2013-02-05 05:34:32 +00:00 committed by Peter Korsgaard
parent 8ccef3b3e6
commit a91a5c1608

View File

@ -29,20 +29,17 @@ config BR2_LEGACY
comment "Legacy detected: check the content of the menu below" comment "Legacy detected: check the content of the menu below"
depends on BR2_LEGACY depends on BR2_LEGACY
# This option should get a new name with every buildroot release, so it defaults menu "Legacy config options"
# to y again for people who upgrade.
menuconfig BR2_LEGACY_CHECK_2012_11 if BR2_LEGACY
bool "Check for legacy config options" comment "Your old configuration uses legacy options that no "
default y comment "longer exist in buildroot. "
help comment "Please look at the options which have been selected "
Select this option to see the config options that are present in your comment "and read their help text. "
current .config but are no longer supported by buildroot. If any of comment "As long as these options stay selected, the build "
the options in this menu is selected, they should be replaced with comment "will fail. "
something else. As long as they stay selected, the build will fail. endif
Just de-select this option to automatically remove all the legacy
configuration.
if BR2_LEGACY_CHECK_2012_11
# #
# Legacy options from 2012.08 # Legacy options from 2012.08
@ -94,4 +91,4 @@ config BR2_PACKAGE_XSERVER_tinyx
The option has been renamed The option has been renamed
BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE. BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
endif endmenu