diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-02-20 06:58:51 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-02-23 01:58:20 +0000 |
commit | c17a68cc61a0f8a28e19c7f60b24beaf1a1a402d (patch) | |
tree | 33444d84313ebf8b6eedd1703a568f6cebfb4caf /package/network/services/dnsmasq/Makefile | |
parent | d9ab3240a5f3767459a50b69708085a790128907 (diff) | |
download | upstream-c17a68cc61a0f8a28e19c7f60b24beaf1a1a402d.tar.gz upstream-c17a68cc61a0f8a28e19c7f60b24beaf1a1a402d.tar.bz2 upstream-c17a68cc61a0f8a28e19c7f60b24beaf1a1a402d.zip |
dnsmasq: prefer localuse over resolvfile guesswork
This makes it clear that localuse when explicitly specified in the
config will have its final say on whether or not the initscript should
touch /etc/resolv.conf, no matter whatever the result of previous
guesswork would be
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
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 d874296ea7..8c8427f6c1 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.80 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |