diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-01-30 11:42:27 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-30 11:42:27 +0100 |
commit | 80ed6ebc56b4e982451dae7d40f14943a2f28a9c (patch) | |
tree | 6391dea552c8c1b6e254371f75595ec9c2c5e9e5 /package/network/services/dnsmasq/Makefile | |
parent | 4f2199f5285c9bd60f83f653cf580a140b50ba4b (diff) | |
download | upstream-80ed6ebc56b4e982451dae7d40f14943a2f28a9c.tar.gz upstream-80ed6ebc56b4e982451dae7d40f14943a2f28a9c.tar.bz2 upstream-80ed6ebc56b4e982451dae7d40f14943a2f28a9c.zip |
dnsmasq: backport upstream static lease fix
Backport and rebase upstream fix 18eac67
("Fix entries in /etc/hosts disabling static leases.")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 5e76579e4b..f48847b9a3 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.80 -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |