[source] procd: backport kernel watchdog start/stop support

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 13 13:02:55 PDT 2017


dedeckeh pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/82b20d74cbdde4065a8a991696e56c7c0ea120e1

commit 82b20d74cbdde4065a8a991696e56c7c0ea120e1
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Thu Jul 13 21:54:59 2017 +0200

    procd: backport kernel watchdog start/stop support
    
    4dbf57a watchdog: add support for starting/stopping kernel watchdog
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 package/system/procd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 7051595..d195da3 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2017-06-19
-PKG_SOURCE_VERSION:=89918c8cb78e651ee0922f13a96b7f25fc2f285a
-PKG_MIRROR_HASH:=fad1a37227f85070f6a49a37ea1e98c22c066c91f16ad26898152972eb0c6a91
+PKG_SOURCE_DATE:=2017-07-12
+PKG_SOURCE_VERSION:=4dbf57a63b99f7bcaaf40679140995f80d864004
+PKG_MIRROR_HASH:=314519a40af6bda6987034b2e53f28cd2443d063aa69857bad7e8b7532f05c8d
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list