diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-09-02 11:49:00 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-09-02 11:49:00 +0000 |
commit | fc418462482e5c90b1e1241a612e141b4a4bfdb6 (patch) | |
tree | 2e18b1fa01c9fdc79edb7d42fab2e832da95f0a5 /package/network/services/dnsmasq/Makefile | |
parent | a0d06f65aed35de3b9ea58d139606124f8b43b8f (diff) | |
download | mtk-20170518-fc418462482e5c90b1e1241a612e141b4a4bfdb6.zip mtk-20170518-fc418462482e5c90b1e1241a612e141b4a4bfdb6.tar.gz mtk-20170518-fc418462482e5c90b1e1241a612e141b4a4bfdb6.tar.bz2 |
dnsmasq: make /tmp/dnsmasq.d and /tmp/hosts preferred over UCI settings
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46770
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 444459b..864914e 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.75 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |