summaryrefslogtreecommitdiffstats
path: root/package/tzdata/Config.in
blob: dec5f86c27e0a6539c42499ec557320b7e6ab6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_TZDATA
	bool "tzdata"
	depends on BR2_TOOLCHAIN_USES_GLIBC
	help
	  Time zone database

	  http://www.iana.org/time-zones/repository/tz-link.html

config BR2_PACKAGE_TZDATA_ZONELIST
	string "Time zone list"
	depends on BR2_PACKAGE_TZDATA
	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.