summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-08-12 13:30:04 +0000
committerSteven Barth <cyrus@openwrt.org>2014-08-12 13:30:04 +0000
commiteba984b94b0e28ac0178c38eb76ccb2535490d68 (patch)
tree4228904189262f1a9e1a18a3fc412f280430d467
parenteb02b887ff2e71b28c47205f2c4070e9139bc2a0 (diff)
downloadmtk-20170518-eba984b94b0e28ac0178c38eb76ccb2535490d68.zip
mtk-20170518-eba984b94b0e28ac0178c38eb76ccb2535490d68.tar.gz
mtk-20170518-eba984b94b0e28ac0178c38eb76ccb2535490d68.tar.bz2
odhcpd: multiple DHCPv4 improvements (thx Christian Mehlis)
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42153
-rw-r--r--package/network/services/odhcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 3084d3e..d40142c 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_VERSION:=2014-08-08.2
+PKG_VERSION:=2014-08-12
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=634d9fe9142f62b7b2e7647ef88d6606e54ab155
+PKG_SOURCE_VERSION:=479cd9f6a5b6c68285004aa30bacfb284121ac8e
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>