From: Steven Barth Date: Fri, 6 Mar 2015 14:41:07 +0000 (+0000) Subject: odhcpd: improvements for DHCPv4 and compile fixes X-Git-Tag: reboot~4107 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=8dc388f769d7d4824e2a58f7ecb51d539d253d78;hp=8573891dfeb55e96d878382a242ee34a7d51df37;ds=inline odhcpd: improvements for DHCPv4 and compile fixes Signed-off-by: Steven Barth SVN-Revision: 44619 --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 6617aadb29..9e9af85439 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-11-06 +PKG_VERSION:=2015-03-06 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:=3b628005e66e90770b2757a4a02c1dee25ccb883 +PKG_SOURCE_VERSION:=721db56281dba79158470d7f69ccc7577f11fbb6 PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=GPL-2.0