package/systemd: needs timezone info
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 4 Jul 2017 11:21:20 +0000 (13:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 16:33:24 +0000 (18:33 +0200)
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>
package/systemd/Config.in

index 478cc104a9270fef9e69d3610e603c264bad8a2b..7dfd7cae8d7a4b614b2026f54c82d9365e77017a 100644 (file)
@@ -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