diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-05 16:58:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-05 16:58:06 +0000 |
commit | 0582d1ffb736ef85a3dc1a7bd07e701a688a4a42 (patch) | |
tree | 66264158f198bd27910568aa6bba8a41ec88ff80 /package/dnsmasq/Makefile | |
parent | 848a064c2c73df4b3fc0c0323a874c906b9c1a4d (diff) | |
download | upstream-0582d1ffb736ef85a3dc1a7bd07e701a688a4a42.tar.gz upstream-0582d1ffb736ef85a3dc1a7bd07e701a688a4a42.tar.bz2 upstream-0582d1ffb736ef85a3dc1a7bd07e701a688a4a42.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 4b10243f5a..dc083f4b65 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 |