Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
http://www.freedesktop.org/software/systemd/man/systemd-timedated.service.html
+config BR2_PACKAGE_SYSTEMD_LOCALED
+ bool "enable locale daemon"
+ help
+ systemd-localed is a system service that may be used as
+ mechanism to change the system locale settings, as well as
+ the console key mapping and default X11 key mapping.
+
+ http://www.freedesktop.org/software/systemd/man/systemd-localed.service.html
+
config BR2_PACKAGE_SYSTEMD_NETWORKD
bool "enable network manager"
help
SYSTEMD_CONF_OPTS += --disable-timedated
endif
+ifeq ($(BR2_PACKAGE_SYSTEMD_LOCALED),y)
+SYSTEMD_CONF_OPTS += --enable-localed
+else
+SYSTEMD_CONF_OPTS += --disable-localed
+endif
+
ifeq ($(BR2_PACKAGE_SYSTEMD_NETWORKD),y)
SYSTEMD_CONF_OPTS += --enable-networkd
define SYSTEMD_INSTALL_RESOLVCONF_HOOK