aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-08-12 13:30:38 +0000
committerSteven Barth <steven@midlink.org>2014-08-12 13:30:38 +0000
commit1b57b57fd3c3abd0d09d4f6563b828dae7137a76 (patch)
tree8185e3fa69811f90a67fe468cba196ef61514bf0 /package/network/services/odhcpd/Makefile
parente610d3ad1407f80f9d3f5b651e2c62962029fe20 (diff)
downloadupstream-1b57b57fd3c3abd0d09d4f6563b828dae7137a76.tar.gz
upstream-1b57b57fd3c3abd0d09d4f6563b828dae7137a76.tar.bz2
upstream-1b57b57fd3c3abd0d09d4f6563b828dae7137a76.zip
odhcpd: multiple DHCPv4 improvements (thx Christian Mehlis)
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42154 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd/Makefile')
-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 3084d3e9ee..d40142ca69 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>