mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
dnsmasq: create runtime directory
$(TARGET_DIR)/var/lib/misc/ is the location where dnsmasq stores its lease files. Create it to make the daemon work. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
90424fe30b
commit
09be7e24e5
@ -57,6 +57,7 @@ endef
|
|||||||
|
|
||||||
define DNSMASQ_INSTALL_TARGET_CMDS
|
define DNSMASQ_INSTALL_TARGET_CMDS
|
||||||
$(DNSMASQ_MAKE_ENV) $(MAKE) -C $(@D) $(DNSMASQ_MAKE_OPT) install
|
$(DNSMASQ_MAKE_ENV) $(MAKE) -C $(@D) $(DNSMASQ_MAKE_OPT) install
|
||||||
|
mkdir -p $(TARGET_DIR)/var/lib/misc/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define DNSMASQ_UNINSTALL_TARGET_CMDS
|
define DNSMASQ_UNINSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user