summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-07-21 11:10:32 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-07-21 11:10:32 +0000
commit3d2752f8b95e275ebfb28c905bb24175d24f4729 (patch)
tree3fb7888ccd904666ec132eebb0578e13cef9c8cc /openwrt
parent513d7ee67bbd2d334294eeb11a2f3a35402f512f (diff)
downloadmtk-20170518-3d2752f8b95e275ebfb28c905bb24175d24f4729.zip
mtk-20170518-3d2752f8b95e275ebfb28c905bb24175d24f4729.tar.gz
mtk-20170518-3d2752f8b95e275ebfb28c905bb24175d24f4729.tar.bz2
upgrade dnsmasq to v2.32
SVN-Revision: 4190
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/dnsmasq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile
index 8d76f37..0efb349 100644
--- a/openwrt/package/dnsmasq/Makefile
+++ b/openwrt/package/dnsmasq/Makefile
@@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
-PKG_VERSION:=2.27
+PKG_VERSION:=2.32
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
-PKG_MD5SUM:=489198ec87101087043adc98bbe062dc
+PKG_MD5SUM:=d1f593a8352db1d6ad3dccc9b775295d
PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk