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-backlight@.service.html
+config BR2_PACKAGE_SYSTEMD_RFKILL
+ bool "enable rfkill tools"
+ help
+ systemd-rfkill is a service that restores the RF kill switch
+ state at early boot and saves it at shutdown.
+
+ http://www.freedesktop.org/software/systemd/man/systemd-rfkill@.service.html
+
config BR2_PACKAGE_SYSTEMD_NETWORKD
bool "enable network manager"
help
SYSTEMD_CONF_OPTS += --disable-backlight
endif
+ifeq ($(BR2_PACKAGE_SYSTEMD_RFKILL),y)
+SYSTEMD_CONF_OPTS += --enable-rfkill
+else
+SYSTEMD_CONF_OPTS += --disable-rfkill
+endif
+
ifeq ($(BR2_PACKAGE_SYSTEMD_NETWORKD),y)
SYSTEMD_CONF_OPTS += --enable-networkd
define SYSTEMD_INSTALL_RESOLVCONF_HOOK