aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-17 07:44:24 +0000
committerSteven Barth <steven@midlink.org>2014-06-17 07:44:24 +0000
commit0ef8d8758ca16176ef90aa3e618f890d482fdca0 (patch)
tree4061addf40ffc36dba8c1caaf3f1f77b4d921f40 /package/network/services/odhcpd
parentbbb8942009badc1594ab187a36dac8877137c929 (diff)
downloadupstream-0ef8d8758ca16176ef90aa3e618f890d482fdca0.tar.gz
upstream-0ef8d8758ca16176ef90aa3e618f890d482fdca0.tar.bz2
upstream-0ef8d8758ca16176ef90aa3e618f890d482fdca0.zip
odhcpd: Improve NotOnLink-behavior and make hostid more convient to configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41225 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd')
-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 fd51c7a356..b2fb24c632 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-16.2
+PKG_VERSION:=2014-06-17
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:=b40f7fa3f3b48b574f513df1105d700c070aa335
+PKG_SOURCE_VERSION:=ec3320078c11474b8ea48225f330c15d9471e312
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>