diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-02 22:56:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-02 22:56:22 +0000 |
commit | 67d446094f5b5484546c536195d23e2567609717 (patch) | |
tree | 615471cf887da57ee23d1943a9765c118255404a /package/dnsmasq/Makefile | |
parent | 9c792285770b4f0ec21dcea72039fd4f82cbe425 (diff) | |
download | upstream-67d446094f5b5484546c536195d23e2567609717.tar.gz upstream-67d446094f5b5484546c536195d23e2567609717.tar.bz2 upstream-67d446094f5b5484546c536195d23e2567609717.zip |
[package] dnsmasq: allow multiple hostnames per domain section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20656 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 098728e7b0..895a5c2953 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.52 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |