summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-03-06 14:41:07 +0000
committerSteven Barth <cyrus@openwrt.org>2015-03-06 14:41:07 +0000
commit8dc388f769d7d4824e2a58f7ecb51d539d253d78 (patch)
treebeb539ccb8e27ad57f8326fee768b60c9c8cd901 /package/network
parent8573891dfeb55e96d878382a242ee34a7d51df37 (diff)
downloadmaster-31e0f0ae-8dc388f769d7d4824e2a58f7ecb51d539d253d78.tar.gz
master-31e0f0ae-8dc388f769d7d4824e2a58f7ecb51d539d253d78.tar.bz2
master-31e0f0ae-8dc388f769d7d4824e2a58f7ecb51d539d253d78.zip
odhcpd: improvements for DHCPv4 and compile fixes
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44619
Diffstat (limited to 'package/network')
-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 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 <steven@midlink.org>
PKG_LICENSE:=GPL-2.0