|
@@ -95,7 +95,7 @@ config BR2_INIT_SYSTEMD
|
|
|
select BR2_ROOTFS_MERGED_USR
|
|
|
select BR2_PACKAGE_SYSTEMD
|
|
|
|
|
|
-comment "systemd needs (e)glibc toolchain, headers >= 3.10"
|
|
|
+comment "systemd needs a glibc toolchain, headers >= 3.10"
|
|
|
depends on !(BR2_TOOLCHAIN_USES_GLIBC \
|
|
|
&& BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10)
|
|
|
|
|
@@ -375,7 +375,7 @@ comment "automatic network configuration via DHCP needs ifupdown or busybox"
|
|
|
|
|
|
config BR2_TARGET_TZ_INFO
|
|
|
bool "Install timezone info"
|
|
|
- # No timezone for musl; only for uClibc or (e)glibc.
|
|
|
+ # No timezone for musl; only for uClibc or glibc.
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC
|
|
|
select BR2_PACKAGE_TZDATA if BR2_TOOLCHAIN_USES_GLIBC
|
|
|
select BR2_PACKAGE_TZ if BR2_TOOLCHAIN_USES_UCLIBC
|
|
@@ -391,7 +391,7 @@ config BR2_TARGET_TZ_ZONELIST
|
|
|
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 for (e)glibc and 2.1M for uClibc.
|
|
|
+ that this set consumes around 5.5M for glibc and 2.1M for uClibc.
|
|
|
|
|
|
The full list is the list of files in the time zone database source,
|
|
|
not including the build and .tab files.
|