Loading package/systemd/Config.in +10 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,16 @@ config BR2_PACKAGE_SYSTEMD_BOOTCHART http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html config BR2_PACKAGE_SYSTEMD_QUOTACHECK bool "enable quotacheck tools" help systemd-quotacheck is a service responsible for file system quota checks. It is run once at boot after all necessary file systems are mounted. It is pulled in only if at least one file system has quotas enabled. http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html config BR2_PACKAGE_SYSTEMD_NETWORKD bool "enable network manager" help Loading package/systemd/systemd.mk +6 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,12 @@ else SYSTEMD_CONF_OPTS += --disable-bootchart endif ifeq ($(BR2_PACKAGE_SYSTEMD_QUOTACHECK),y) SYSTEMD_CONF_OPTS += --enable-quotacheck else SYSTEMD_CONF_OPTS += --disable-quotacheck endif ifeq ($(BR2_PACKAGE_SYSTEMD_NETWORKD),y) SYSTEMD_CONF_OPTS += --enable-networkd define SYSTEMD_INSTALL_RESOLVCONF_HOOK Loading Loading
package/systemd/Config.in +10 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,16 @@ config BR2_PACKAGE_SYSTEMD_BOOTCHART http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html config BR2_PACKAGE_SYSTEMD_QUOTACHECK bool "enable quotacheck tools" help systemd-quotacheck is a service responsible for file system quota checks. It is run once at boot after all necessary file systems are mounted. It is pulled in only if at least one file system has quotas enabled. http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html config BR2_PACKAGE_SYSTEMD_NETWORKD bool "enable network manager" help Loading
package/systemd/systemd.mk +6 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,12 @@ else SYSTEMD_CONF_OPTS += --disable-bootchart endif ifeq ($(BR2_PACKAGE_SYSTEMD_QUOTACHECK),y) SYSTEMD_CONF_OPTS += --enable-quotacheck else SYSTEMD_CONF_OPTS += --disable-quotacheck endif ifeq ($(BR2_PACKAGE_SYSTEMD_NETWORKD),y) SYSTEMD_CONF_OPTS += --enable-networkd define SYSTEMD_INSTALL_RESOLVCONF_HOOK Loading