diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-11 08:26:27 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-11 08:32:54 +0000 |
commit | 04b45d3a31fac45c472ad3c31d98268d1c309763 (patch) | |
tree | b848698f6ed946d960af2677815e3211cbc67bb4 /package/network/services/dnsmasq/Makefile | |
parent | f5387b754f98f85bf4a1c8c392a965bdbcb96db6 (diff) | |
download | upstream-04b45d3a31fac45c472ad3c31d98268d1c309763.tar.gz upstream-04b45d3a31fac45c472ad3c31d98268d1c309763.tar.bz2 upstream-04b45d3a31fac45c472ad3c31d98268d1c309763.zip |
dnsmasq: move feature detection inside a shell func
Resolves openwrt/packages#9219
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 419526bdd8..c04d96fff2 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:=12 +PKG_RELEASE:=13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |