diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-07-04 13:21:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 18:33:24 +0200 |
commit | 81597b82e29d5427ac784c8e6e8dcaee469e0332 (patch) | |
tree | 51a0aef42606ea3c51c9a924cf8801851d53b24e | |
parent | 42638a1d124faa287bb0ae4e5a5c23df585736d7 (diff) | |
download | buildroot-81597b82e29d5427ac784c8e6e8dcaee469e0332.tar.gz buildroot-81597b82e29d5427ac784c8e6e8dcaee469e0332.zip |
package/systemd: needs timezone info
systemd does not like being booted without any timezone info (especially
on a R/O filesystem), so we forcibly enable that.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
[Thomas: fix alphabetic ordering.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/systemd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 478cc104a9..7dfd7cae8d 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -26,6 +26,7 @@ menuconfig BR2_PACKAGE_SYSTEMD select BR2_PACKAGE_KMOD select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # kmod-tools select BR2_PACKAGE_KMOD_TOOLS + select BR2_TARGET_TZ_INFO help systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization |