summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-17 07:44:24 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-17 07:44:24 +0000
commit19f89dfd2cfba3ac2a1b38b326539e9e09464110 (patch)
tree447f2386760c9503140e11823878215513a67d96
parentdc5fe5f73f7cef3282fb6f529f4d91b8cf764706 (diff)
downloadmtk-20170518-19f89dfd2cfba3ac2a1b38b326539e9e09464110.zip
mtk-20170518-19f89dfd2cfba3ac2a1b38b326539e9e09464110.tar.gz
mtk-20170518-19f89dfd2cfba3ac2a1b38b326539e9e09464110.tar.bz2
odhcpd: Improve NotOnLink-behavior and make hostid more convient to configure
SVN-Revision: 41225
-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 fd51c7a..b2fb24c 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>