aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSven Roederer <devel-sven@geroedel.de>2020-04-24 15:43:49 +0200
committerPetr Štetiar <ynezz@true.cz>2020-06-03 16:49:28 +0200
commit2171493f7fc28cb134594a779f08a9797b558444 (patch)
tree70fec0deb63bb386c8c4e2c3bee7ceb9fdfaf475 /package
parentcf69472fb1ec70a94e3ae880f805dcdf636e33bb (diff)
downloadupstream-2171493f7fc28cb134594a779f08a9797b558444.tar.gz
upstream-2171493f7fc28cb134594a779f08a9797b558444.tar.bz2
upstream-2171493f7fc28cb134594a779f08a9797b558444.zip
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 <devel-sven@geroedel.de>
Diffstat (limited to 'package')
-rw-r--r--package/network/services/dnsmasq/Makefile3
1 files changed, 2 insertions, 1 deletions
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