system: make the zoneinfo list a system option
[Peter: move legacy options under 2014.05]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/Config.in.legacy b/Config.in.legacy
index ce44d0f..c3c430c 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -101,6 +101,21 @@
###############################################################################
comment "Legacy options removed in 2014.05"
+config BR2_TARGET_TZ_ZONELIST
+ default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
+
+config BR2_PACKAGE_TZDATA_ZONELIST
+ string "tzdata: the timezone list option has been renamed"
+ help
+ The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
+ BR2_TARGET_TZ_ZONELIST, and moved to the "System configuration"
+ menu. You'll need to select BR2_TARGET_TZ_INFO.
+
+config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
+ bool
+ default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
+ select BR2_LEGACY
+
config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
bool "Lua command-line editing none has been renamed"
select BR2_LEGACY