diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-25 19:51:08 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-25 19:51:08 +0000 |
commit | 4ea4e6bcb036930b3498f7bdf6bc8fcfef112273 (patch) | |
tree | 44d0e5927b32ab766f6a239b75cf51c18305d74f /package/procd/Makefile | |
parent | 7107b02e726f3870df7756ca5a44fe992489ebe2 (diff) |
procd: fix wrap around bug in logread time handling code
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/procd/Makefile')
-rw-r--r-- | package/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/procd/Makefile b/package/procd/Makefile index f7751b4efb..afe0d0a8bb 100644 --- a/package/procd/Makefile +++ b/package/procd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2013-04-24 +PKG_VERSION:=2013-04-25 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=7edfbb45edcf275a855f5e1f5cc24cac81e382ff +PKG_SOURCE_VERSION:=c28ba8c1947e1b31874bf5888742d1607ed7ae61 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |