summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-29 23:11:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-29 23:11:38 +0100
commit2661c4f1b715d4ea3df41c4c86373f64bf4a5b6b (patch)
tree6fb14b37484b711ed1286bbc58356f0b416754cd
parent2b9a7128e7b0d861e01088b780eb246aa07dec70 (diff)
downloadbuildroot-2661c4f1b715d4ea3df41c4c86373f64bf4a5b6b.tar.gz
buildroot-2661c4f1b715d4ea3df41c4c86373f64bf4a5b6b.zip
Config.in.legacy: fix separator for 2016.05 legacy options
Since we opened up the next branch, a number of options have been added to Config.in.legacy. However, they are located under the "legacy options removed in 2016.02", which is not correct. This commit fixes that by adding the "legacy options removed in 2016.05" header, and restoring the one related to 2016.02 at the right location. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--Config.in.legacy5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 69b3c845d3..53baa84f56 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -143,7 +143,7 @@ comment "----------------------------------------------------"
endif
###############################################################################
-comment "Legacy options removed in 2016.02"
+comment "Legacy options removed in 2016.05"
config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
bool "systemd all extras option has been removed"
@@ -173,6 +173,9 @@ config BR2_PACKAGE_SQLITE_READLINE
command-line editing should be enabled, it also also takes
libedit into account.
+###############################################################################
+comment "Legacy options removed in 2016.02"
+
config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
bool "openpowerlink debug option has been removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud