diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-16 19:09:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-16 19:09:05 +0000 |
commit | 9ab8828d63e162a95143cd665c1abe59eb89c339 (patch) | |
tree | d7a2be8954bd59032178daa0f3cd41852f08cc35 /package/dnsmasq/Makefile | |
parent | 8a102d765b2c2be7b2a70ee739c5b633f73417e1 (diff) | |
download | upstream-9ab8828d63e162a95143cd665c1abe59eb89c339.tar.gz upstream-9ab8828d63e162a95143cd665c1abe59eb89c339.tar.bz2 upstream-9ab8828d63e162a95143cd665c1abe59eb89c339.zip |
[package] dnsmasq: don't append search domain to custom host entries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20935 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 895a5c2953..abf0962c37 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |