summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.make
diff options
context:
space:
mode:
author(no author) <(no author)@33e552b5-05e3-0310-8538-816dae2090ed>2004-09-08 13:55:28 +0000
committer(no author) <(no author)@33e552b5-05e3-0310-8538-816dae2090ed>2004-09-08 13:55:28 +0000
commit2affbaf1dd9057bd48bdb469098a5376d0eec7a2 (patch)
tree5af46988f37c0b2b3182702ee87dba8dd590ee06 /rules/dnsmasq.make
parent6e9ae497798e7484d03e22dafe88376b994bea60 (diff)
downloadptxdist-2affbaf1dd9057bd48bdb469098a5376d0eec7a2.tar.gz
ptxdist-2affbaf1dd9057bd48bdb469098a5376d0eec7a2.tar.xz
BSP: etherwake added, sudo added (broken), some fixes, new WYSTUP
config. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1701 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.make')
-rw-r--r--rules/dnsmasq.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make
index 1e58159cb..c83b7597c 100644
--- a/rules/dnsmasq.make
+++ b/rules/dnsmasq.make
@@ -19,7 +19,7 @@ endif
#
# Paths and names
#
-DNSMASQ_VERSION = 1.18
+DNSMASQ_VERSION = 2.13
DNSMASQ = dnsmasq-$(DNSMASQ_VERSION)
DNSMASQ_SUFFIX = tar.gz
DNSMASQ_URL = http://www.thekelleys.org.uk/dnsmasq/$(DNSMASQ).$(DNSMASQ_SUFFIX)
@@ -113,7 +113,7 @@ dnsmasq_targetinstall_deps = $(STATEDIR)/dnsmasq.compile
$(STATEDIR)/dnsmasq.targetinstall: $(dnsmasq_targetinstall_deps)
@$(call targetinfo, $@)
- install -m 755 $(DNSMASQ_DIR)/dnsmasq $(ROOTDIR)/sbin/dnsmasq
+ install -m 755 $(DNSMASQ_DIR)/src/dnsmasq $(ROOTDIR)/sbin/dnsmasq
$(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/sbin/dnsmasq
touch $@