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 | c876279bb2bbad7d21cfb7ea9185e7d4eb217e7f (patch) | |
tree | cb2edcff82fe8214aa348546a0d0b59b27876843 /package/dnsmasq/Makefile | |
parent | 9fb0688893f90485776d693ed334da65f4529904 (diff) | |
download | upstream-c876279bb2bbad7d21cfb7ea9185e7d4eb217e7f.tar.gz upstream-c876279bb2bbad7d21cfb7ea9185e7d4eb217e7f.tar.bz2 upstream-c876279bb2bbad7d21cfb7ea9185e7d4eb217e7f.zip |
dnsmasq: don't append search domain to custom host entries
SVN-Revision: 20935
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 |