4d1cda71ff
Improve error handling a bit, and fix upgrade for some (unsupported or broken) targets.
22 lines
873 B
Diff
22 lines
873 B
Diff
From: Matthias Schiffer <mschiffer@universe-factory.net>
|
|
Date: Thu, 13 Jul 2017 17:15:21 +0200
|
|
Subject: procd: switch to latest master
|
|
|
|
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
|
|
index 70515958cd5002841fd9698b7a7f4aec01ddfb3b..d78b4e0fe1b4cd12dd873ff55250ed833de50e05 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-13
|
|
+PKG_SOURCE_VERSION:=76dcbee7fd3a90221619feb7e4c572e00b60af9b
|
|
+PKG_MIRROR_HASH:=61460e267fbc1e3269caac4b98d7d351c6ccfa0b4f3493b37dad83a6faad4b2e
|
|
CMAKE_INSTALL:=1
|
|
|
|
PKG_LICENSE:=GPL-2.0
|