diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-15 09:44:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-15 09:44:01 +0000 |
commit | ee10210f49c584faf78ac3c3fee5131ee3164641 (patch) | |
tree | 2e72840219fe03a6dc7dad7d1567fef64c1be1ab /package/system/procd | |
parent | d6e11e6522709fd04d9f26342065bd766acef55c (diff) | |
download | upstream-ee10210f49c584faf78ac3c3fee5131ee3164641.tar.gz upstream-ee10210f49c584faf78ac3c3fee5131ee3164641.tar.bz2 upstream-ee10210f49c584faf78ac3c3fee5131ee3164641.zip |
procd: update to latest git HEAD
fixes a bug where wdt write happened with no valid fd available
--> procd: WDT failed to write: Bad file descriptor
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43711 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 545da4d0e0..a0943aba7f 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-12-02 +PKG_VERSION:=2014-12-15 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:=40c4e68266a7b04239394c528c4c290d960fc38c +PKG_SOURCE_VERSION:=61cfe0d093056b85a311f06d44ac149e5dbb4d1a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |