mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
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 <romain.naour@gmail.com> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3b7af7fca9
commit
51a24f8d71
@ -12,6 +12,7 @@ if BR2_PACKAGE_DHCP
|
|||||||
|
|
||||||
config BR2_PACKAGE_DHCP_SERVER
|
config BR2_PACKAGE_DHCP_SERVER
|
||||||
bool "dhcp server"
|
bool "dhcp server"
|
||||||
|
select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD
|
||||||
help
|
help
|
||||||
DHCP server from the ISC DHCP distribution.
|
DHCP server from the ISC DHCP distribution.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user