summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-06-30 21:28:57 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-03 22:09:12 +0200
commite21db000267cfbff000f1fc8c8e3329c5473ce1e (patch)
tree11f5cf5ce57f7f6601bb165fcf465c1dbfe97108 /Config.in.legacy
parent3c3211ccde7fc37aaf9192e83cb55d7159001c17 (diff)
downloadbuildroot-novena-e21db000267cfbff000f1fc8c8e3329c5473ce1e.tar.gz
buildroot-novena-e21db000267cfbff000f1fc8c8e3329c5473ce1e.zip
elf2flt: convert to the package infrastructure
[Peter: Correct legacy position] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 921a0eb95..01bf90063 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -68,6 +68,14 @@ config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
help
mkdosfs was renamed upstream to mkfs.fat for consistency.
+config BR2_ELF2FLT
+ bool "the elf2flt option has been renamed"
+ select BR2_LEGACY
+ help
+ The BR2_ELF2FLT option has been renamed to
+ BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
+ the package infrastructure.
+
###############################################################################
comment "Legacy options removed in 2013.05"