diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-11 08:26:27 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-06-11 15:07:26 +0200 |
commit | c4e727f01cc40bd57274d0b885b0f75cde9c4683 (patch) | |
tree | 0593333867f5857d5e9b128f658915d1d9764803 /package/network/services/dnsmasq/Makefile | |
parent | b344ca9ca68322a023414e7e38ddd4d81aa8d378 (diff) | |
download | upstream-c4e727f01cc40bd57274d0b885b0f75cde9c4683.tar.gz upstream-c4e727f01cc40bd57274d0b885b0f75cde9c4683.tar.bz2 upstream-c4e727f01cc40bd57274d0b885b0f75cde9c4683.zip |
dnsmasq: move feature detection inside a shell func
Resolves openwrt/packages#9219
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 04b45d3a31fac45c472ad3c31d98268d1c309763)
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 |