2013-12-18 21:29:10 +01:00
|
|
|
comment "tzdata needs an (e)glibc toolchain"
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
|
2013-03-07 12:53:41 +01:00
|
|
|
config BR2_PACKAGE_TZDATA
|
|
|
|
bool "tzdata"
|
2013-06-30 21:29:09 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
2013-03-07 12:53:41 +01:00
|
|
|
help
|
|
|
|
Time zone database
|
|
|
|
|
|
|
|
http://www.iana.org/time-zones/repository/tz-link.html
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_TZDATA
|
|
|
|
|
2013-03-07 12:53:41 +01:00
|
|
|
config BR2_PACKAGE_TZDATA_ZONELIST
|
|
|
|
string "Time zone list"
|
|
|
|
default "default"
|
|
|
|
help
|
|
|
|
Space-separated list of time zones to compile.
|
|
|
|
|
|
|
|
The value "default" includes all commonly used time zones. Note
|
|
|
|
that this set consumes around 5.5M.
|
|
|
|
|
|
|
|
The full list is the list of files in the time zone database source,
|
|
|
|
not including the build and .tab files.
|
2013-12-20 22:31:30 +01:00
|
|
|
|
2014-01-07 23:46:06 +01:00
|
|
|
config BR2_PACKAGE_TZDATA_LOCALTIME
|
|
|
|
string "default local time"
|
|
|
|
help
|
|
|
|
The time zone to install as the default local time, expressed as a
|
|
|
|
tzdata location, such as:
|
|
|
|
GMT, Europe/Paris, America/New_York, Pacific/Wallis...
|
|
|
|
|
|
|
|
If empty, no local time will be set, and the dates will be
|
|
|
|
expressed in UTC.
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|