From: Steven Barth <cyrus@openwrt.org>
Date: Tue, 17 Jun 2014 07:44:24 +0000 (+0000)
Subject: odhcpd: Improve NotOnLink-behavior and make hostid more convient to configure
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=19f89dfd2cfba3ac2a1b38b326539e9e09464110;p=openwrt%2Fstaging%2Fstintel.git

odhcpd: Improve NotOnLink-behavior and make hostid more convient to configure

SVN-Revision: 41225
---

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>