diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-08-20 09:52:29 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-08-20 09:52:29 +0000 |
commit | 0f49b1940e90b3209368a622c1990c81d56783a1 (patch) | |
tree | 0f5c515af44aab79bbe9bfc7c40c54652de40365 /package/network/services/dnsmasq/Makefile | |
parent | f66a0912f7ab1a2a0644c015a1fb9de2c83413db (diff) | |
download | mtk-20170518-0f49b1940e90b3209368a622c1990c81d56783a1.zip mtk-20170518-0f49b1940e90b3209368a622c1990c81d56783a1.tar.gz mtk-20170518-0f49b1940e90b3209368a622c1990c81d56783a1.tar.bz2 |
dnsmasq: fix a race condition possibly leading to lockup
SVN-Revision: 42225
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 1d5b201..17af3c5 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.71 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |