diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-08-11 10:37:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-08-11 10:37:33 +0000 |
commit | 46016457c292747652907516b6bd58081bc42894 (patch) | |
tree | c5c9f6a4ddadaf2834c4422b7dec1a568200ab6c /package/dnsmasq/Makefile | |
parent | a84b3efe3435d200819294e6df71fd87b0526477 (diff) | |
download | upstream-46016457c292747652907516b6bd58081bc42894.tar.gz upstream-46016457c292747652907516b6bd58081bc42894.tar.bz2 upstream-46016457c292747652907516b6bd58081bc42894.zip |
package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number
SVN-Revision: 22592
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 977e109709..6654bd1f8e 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.55 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |