summaryrefslogtreecommitdiffstats
path: root/rules/timezone.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-06-16 10:41:52 +0200
committerJuergen Borleis <jbe@pengutronix.de>2017-06-16 10:45:46 +0200
commit8441b8ad4f3f826c2b95a5a2f1d5d079ed9519dc (patch)
tree4480d2a892a3d431151c11149491987010c798d5 /rules/timezone.in
parentb251a22eb33049cbda74aea9220a6191160bb901 (diff)
downloadptxdist-8441b8ad4f3f826c2b95a5a2f1d5d079ed9519dc.tar.gz
ptxdist-8441b8ad4f3f826c2b95a5a2f1d5d079ed9519dc.tar.xz
timezone: always use timezone infos from PTXdist/BSP
This change removes the possibility to use the timezone infos from the toolchain. This feature isn't supported by the PTX provided toolchains anymore for a long time now. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/timezone.in')
-rw-r--r--rules/timezone.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/rules/timezone.in b/rules/timezone.in
index d88bd1c67..941e56127 100644
--- a/rules/timezone.in
+++ b/rules/timezone.in
@@ -4,7 +4,7 @@ menuconfig TIMEZONE
tristate
prompt "Timezone Files "
depends on GLIBC
- select HOST_TZ_DATABASE if TIMEZONE_LOCAL_DATABASE
+ select HOST_TZ_DATABASE
help
installs timezone files
@@ -23,14 +23,6 @@ config TIMEZONE_LOCALTIME
or for systemd. Note: if you leave this empty /etc/timezone and
/etc/localtime are NOT created.
-config TIMEZONE_LOCAL_DATABASE
- bool
- prompt "Use local build timezone database"
- 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"