From 5550b35c9f91a948db9d2a7e1d0219d744ab7555 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sat, 27 May 2017 00:13:48 +0200 Subject: [PATCH] package/dhcp: dhcp server: select systemd tmpfile support when systemd is used tmpfile support is optional in systemd but the dhcp server install it's config file in $(TARGET_DIR)/usr/lib/tmpfiles.d directory when systemd is used as init system. So it seems that dhcp server require tmpfile support for systemd based system. Signed-off-by: Romain Naour Cc: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni (cherry picked from commit 51a24f8d71afef70ef42ab3e062277f2d602a278) Signed-off-by: Peter Korsgaard --- package/dhcp/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in index 4a3049584d..398b975459 100644 --- a/package/dhcp/Config.in +++ b/package/dhcp/Config.in @@ -12,6 +12,7 @@ if BR2_PACKAGE_DHCP config BR2_PACKAGE_DHCP_SERVER bool "dhcp server" + select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD help DHCP server from the ISC DHCP distribution.