From: Sven Roederer Date: Fri, 24 Apr 2020 13:43:49 +0000 (+0200) Subject: dnsmasq: add /etc/dnsmasq.d/ to conffiles X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2171493f7fc28cb134594a779f08a9797b558444;p=openwrt%2Fstaging%2Fblocktrron.git dnsmasq: add /etc/dnsmasq.d/ to conffiles This directory can hold configuration-snippets which should also included in the backup. Signed-off-by: Sven Roederer --- diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index f328d51d2c..ff55d8c545 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_UPSTREAM_VERSION:=2.81 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq @@ -89,6 +89,7 @@ endef define Package/dnsmasq/conffiles /etc/config/dhcp /etc/dnsmasq.conf +/etc/dnsmasq.d/ endef define Package/dnsmasq-full/config