diff options
author | Emerson Pinter <dev@pinter.com.br> | 2017-11-15 17:20:44 -0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-11-20 21:42:10 +0100 |
commit | e626942c3318d4e814857b2f6f2863ccd55a0511 (patch) | |
tree | 36ff4e156bb53fe9e9cb5531d549cfec05c83500 /package/network/services/dnsmasq/Makefile | |
parent | d64c0e54a564788b9a925c50a4ce5bd5ba16ae02 (diff) | |
download | upstream-e626942c3318d4e814857b2f6f2863ccd55a0511.tar.gz upstream-e626942c3318d4e814857b2f6f2863ccd55a0511.tar.bz2 upstream-e626942c3318d4e814857b2f6f2863ccd55a0511.zip |
dnsmasq: load instance-specific conf-file if exists
Without this change, the instance-specific conf-file is being added to procd_add_jail_mount,
but not used by dnsmasq.
Signed-off-by: Emerson Pinter <dev@pinter.com.br>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 8eed5427a4..5888e1ef3f 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.78 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/ |