From c4e727f01cc40bd57274d0b885b0f75cde9c4683 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 11 Jun 2019 08:26:27 +0000 Subject: dnsmasq: move feature detection inside a shell func Resolves openwrt/packages#9219 Signed-off-by: Yousong Zhou (cherry picked from commit 04b45d3a31fac45c472ad3c31d98268d1c309763) --- package/network/services/dnsmasq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/dnsmasq/Makefile') 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 -- cgit v1.2.3