diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:39 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:39 +0000 |
commit | 625792b4186ce086a7cae9eb90da85d371b65070 (patch) | |
tree | ca5c799fe813233212e17c801b80161201d7f028 | |
parent | a0034e03958d4df4ef22804dc87244f332e6289f (diff) | |
download | upstream-625792b4186ce086a7cae9eb90da85d371b65070.tar.gz upstream-625792b4186ce086a7cae9eb90da85d371b65070.tar.bz2 upstream-625792b4186ce086a7cae9eb90da85d371b65070.zip |
procd: update to the latest version, fixes parsing of /etc/openwrt_release
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41891
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41968 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 7af34f239d..840778af5b 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-07-29 +PKG_VERSION:=2014-07-30 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:=7a460b86fb6515ea84a53fe8ba091f20cbe07d02 +PKG_SOURCE_VERSION:=35e01a9601292b2f609e65c2ddb3990cba8f378e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |