diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2004-11-15 08:20:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2004-11-15 08:20:20 +0000 |
commit | 0b917ad3f6eb21a56442a13059ed8bdf53ab5f84 (patch) | |
tree | c659aaf6a5960e456b2677aaf9917e39c1a7b4e5 /obsolete-buildroot | |
parent | 2bcc5a17ef36984d00c575d684f76edca759ea36 (diff) | |
download | mtk-20170518-0b917ad3f6eb21a56442a13059ed8bdf53ab5f84.zip mtk-20170518-0b917ad3f6eb21a56442a13059ed8bdf53ab5f84.tar.gz mtk-20170518-0b917ad3f6eb21a56442a13059ed8bdf53ab5f84.tar.bz2 |
upgrade to dnsmasq 2.16
SVN-Revision: 177
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r-- | obsolete-buildroot/make/dnsmasq.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obsolete-buildroot/make/dnsmasq.mk b/obsolete-buildroot/make/dnsmasq.mk index b818aad..416d1bf 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 |