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
|
||||
$(DNSMASQ_MAKE_ENV) $(MAKE) -C $(@D) $(DNSMASQ_MAKE_OPT) install
|
||||
mkdir -p $(TARGET_DIR)/var/lib/misc/
|
||||
endef
|
||||
|
||||
define DNSMASQ_UNINSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user