From: Steven Barth <cyrus@openwrt.org>
Date: Fri, 17 Jan 2014 15:53:43 +0000 (+0000)
Subject: odhcpd: fix logspam
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2c9d868900af11ecef189a570f52381c6d59ea1e;p=openwrt%2Fstaging%2Fneocturne.git

odhcpd: fix logspam

SVN-Revision: 39314
---

diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index ea56e20b14..3691e57114 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-01-18
+PKG_VERSION:=2014-01-18.1
 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:=025572363ee84e8477581dbca321efaee3ebdddb
+PKG_SOURCE_VERSION:=3e48070e686c10a6c01b5a8d706151d6ae0c932a
 
 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>