From 2c9d868900af11ecef189a570f52381c6d59ea1e Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Fri, 17 Jan 2014 15:53:43 +0000
Subject: [PATCH] odhcpd: fix logspam

SVN-Revision: 39314
---
 package/network/services/odhcpd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>
 
-- 
2.30.2