aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-07-18 22:55:29 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-08-08 14:44:36 +0200
commitb67b316dd18f8aca13dd90613b64190470678567 (patch)
treec7af9c30c2ece5664d8ab69e120bdd827b12db86 /package/network/services/dnsmasq/Makefile
parent4503d8b297bc91dc45ee1f2fa52e297a78e74084 (diff)
downloadupstream-b67b316dd18f8aca13dd90613b64190470678567.tar.gz
upstream-b67b316dd18f8aca13dd90613b64190470678567.tar.bz2
upstream-b67b316dd18f8aca13dd90613b64190470678567.zip
dnsmasq: backport remove ping check of configured dhcp address
Remove ping check in DHCPDISCOVER case as too many buggy clients leave an interface in configured state causing the ping check to fail. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index f676033f3c..a169edba62 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.77
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/