summaryrefslogtreecommitdiff
path: root/package/dnsmasq/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-05 16:58:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-05 16:58:06 +0000
commit0582d1ffb736ef85a3dc1a7bd07e701a688a4a42 (patch)
tree66264158f198bd27910568aa6bba8a41ec88ff80 /package/dnsmasq/Makefile
parent848a064c2c73df4b3fc0c0323a874c906b9c1a4d (diff)
downloadmtk-20170518-0582d1ffb736ef85a3dc1a7bd07e701a688a4a42.zip
mtk-20170518-0582d1ffb736ef85a3dc1a7bd07e701a688a4a42.tar.gz
mtk-20170518-0582d1ffb736ef85a3dc1a7bd07e701a688a4a42.tar.bz2
dnsmasq: - make "name" option in "host" sections optional and append it to -G if set, allows specifying hostnames for static leases without resorting to /etc/hosts - implement "domain" sections, allows defining arbitary host names and associated ptr records from uci - bump package revision
SVN-Revision: 17897
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r--package/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 4b10243..dc083f4 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.50
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq