diff options
author | John Crispin <blogic@openwrt.org> | 2013-12-09 17:38:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-12-09 17:38:19 +0000 |
commit | 1480a55d0ab05bd8af218c531a227be2ecfa9953 (patch) | |
tree | 721694e6c9d3c6c1002214cb97b7b41b0a775f4a /package/system | |
parent | 2f20e135866cb2cfb526163f2c0e6194526f5bbb (diff) | |
download | upstream-1480a55d0ab05bd8af218c531a227be2ecfa9953.tar.gz upstream-1480a55d0ab05bd8af218c531a227be2ecfa9953.tar.bz2 upstream-1480a55d0ab05bd8af218c531a227be2ecfa9953.zip |
procd: update procd, add ulimit support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-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 3d4cedc353..932e991052 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2013-11-22 +PKG_VERSION:=2013-12-09 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:=dc3988c38546c37a02030af8201048272caa7ded +PKG_SOURCE_VERSION:=b76325945d31280b2ffecf898bfc62aa5f3d22d4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |