summaryrefslogtreecommitdiff
path: root/package/network/services
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-18 12:10:10 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-18 12:10:10 +0000
commitbff5e3822ca00e9243b2f7048687e90b5546ff72 (patch)
tree08c0b26d84146090b72b4247de39f42b2286126a /package/network/services
parent8d177a8e7839b512749e0cef25b1d8b93c602015 (diff)
downloadmtk-20170518-bff5e3822ca00e9243b2f7048687e90b5546ff72.zip
mtk-20170518-bff5e3822ca00e9243b2f7048687e90b5546ff72.tar.gz
mtk-20170518-bff5e3822ca00e9243b2f7048687e90b5546ff72.tar.bz2
odhcpd: improve static DHCPv4 leases (thanks arnd)
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41260
Diffstat (limited to 'package/network/services')
-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 c1f3e7a..d0bc355 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-06-17
+PKG_VERSION:=2014-06-18
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:=72082d2f6c2ee568470575c09ba4984f1a5c44f0
+PKG_SOURCE_VERSION:=82f3096351911d8c4f3b38e7a5bbeaf75938b6b8
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>