From: cyrus Date: Fri, 17 Jan 2014 15:53:43 +0000 (+0000) Subject: odhcpd: fix logspam X-Git-Tag: fast2504n-3.10.28-merged~280 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=d1452989f1cec249983e51c90717cd53bfc4af15;p=openwrt.git odhcpd: fix logspam git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39314 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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