summaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/make/dnsmasq.mk
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-11-15 08:20:20 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-11-15 08:20:20 +0000
commita852244dd92e16d59d75ae44323e73b322512ac3 (patch)
treec659aaf6a5960e456b2677aaf9917e39c1a7b4e5 /obsolete-buildroot/make/dnsmasq.mk
parente88bf3c0ced5734af5570353e5cd28c674e28225 (diff)
upgrade to dnsmasq 2.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@177 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot/make/dnsmasq.mk')
-rw-r--r--obsolete-buildroot/make/dnsmasq.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/obsolete-buildroot/make/dnsmasq.mk b/obsolete-buildroot/make/dnsmasq.mk
index b818aad41..416d1bf5f 100644
--- a/obsolete-buildroot/make/dnsmasq.mk
+++ b/obsolete-buildroot/make/dnsmasq.mk
@@ -6,8 +6,8 @@
DNSMASQ_SITE=http://thekelleys.org.uk/dnsmasq
ifeq ($(filter $(TARGETS),dnsmasq1),)
-DNSMASQ_SOURCE=dnsmasq-2.11.tar.gz
-DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.11
+DNSMASQ_SOURCE=dnsmasq-2.16.tar.gz
+DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.16
DNSMASQ_VER=dnsmasq2
else
DNSMASQ_SOURCE=dnsmasq-1.18.tar.gz