diff options
author | John Crispin <john@openwrt.org> | 2013-07-11 21:16:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-11 21:16:43 +0000 |
commit | 182866ecdcd9468a04be19be9b5a10399496ba11 (patch) | |
tree | e05285e26523ef127f4d556b1ea0445737ea798e | |
parent | 93c4359512528fe6036a965ef93f4d0e11d10d4d (diff) | |
download | upstream-182866ecdcd9468a04be19be9b5a10399496ba11.tar.gz upstream-182866ecdcd9468a04be19be9b5a10399496ba11.tar.bz2 upstream-182866ecdcd9468a04be19be9b5a10399496ba11.zip |
procd: update to latest git revision
this fixes a regression in the watchdog init code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37259
-rw-r--r-- | package/system/procd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 46f9deb01e..667765fe44 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -7,7 +7,7 @@ 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:=89eec0d61e15bd3c3cd83d24a17fa5894ae984c1 +PKG_SOURCE_VERSION:=35560c7288919006a3daf57fe4dbfca82be4462f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |