procd: update procd, add ulimit support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39023
This commit is contained in:
parent
e231f82cc0
commit
dda5dfb765
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue