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 | 9d8ace68e32670a4d52a763b2b895c129ef48837 (patch) | |
tree | 9c88b2a3de723c1e15120357414b6306664e89ed /package/dnsmasq/Makefile | |
parent | f842b81b5c08135599a0bd0420853f34d856752d (diff) | |
download | upstream-9d8ace68e32670a4d52a763b2b895c129ef48837.tar.gz upstream-9d8ace68e32670a4d52a763b2b895c129ef48837.tar.bz2 upstream-9d8ace68e32670a4d52a763b2b895c129ef48837.zip |
package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22592 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |