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 | a8e904a9587c03c01a3fb43de1afca26e8da9a5e (patch) | |
tree | b8bf1c05b932dff6012158266bf006be6f0c4f4d /package/dnsmasq/Makefile | |
parent | e3a9d80e8fcd84c0a01615c15d4b62430fd95087 (diff) | |
download | mtk-20170518-a8e904a9587c03c01a3fb43de1afca26e8da9a5e.zip mtk-20170518-a8e904a9587c03c01a3fb43de1afca26e8da9a5e.tar.gz mtk-20170518-a8e904a9587c03c01a3fb43de1afca26e8da9a5e.tar.bz2 |
dnsmasq: allow multiple hostnames per domain section
SVN-Revision: 20656
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 098728e..895a5c2 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 |