summaryrefslogtreecommitdiffstats
path: root/rules/timezone.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/timezone.in')
-rw-r--r--rules/timezone.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/rules/timezone.in b/rules/timezone.in
index 9d277897f..96c328d41 100644
--- a/rules/timezone.in
+++ b/rules/timezone.in
@@ -1,13 +1,13 @@
## SECTION=core
-comment "Time zone support doesn't work with OSELAS.Toolchain-1.1.0"
-comment "and prio versions, hence marked as broken for now"
+# comment "Time zone support doesn't work with OSELAS.Toolchain-1.1.0"
+# comment "and prio versions, hence marked as broken for now"
menuconfig TIMEZONE
tristate
prompt "Timezone Files "
depends on GLIBC
- depends on BROKEN
+ select HOST_TZDATABASE if TIMEZONE_LOCAL_DATABASE
help
installs timezone files
@@ -23,6 +23,15 @@ config GLIBC_LOCALTIME_LINK
Where should /etc/localtime point to.
(e.g. /usr/share/zoneinfo/Europe/Berlin)
+config TIMEZONE_LOCAL_DATABASE
+ bool
+ prompt "Use local build timezone database"
+ depends on TIMEZONE
+ default y
+ help
+ Don't use the timezone info provided by the toolchain
+ but a locally build from source
+
config TIMEZONE_AFRICA
bool
prompt "Africa"