From d8e35df684f6e4c94ab6482507090746dd67835d Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Thu, 11 Nov 2021 10:51:12 +0100 Subject: [PATCH] wfa-capi: 1.1.0 --- wfa-capi/Makefile | 4 ++-- wfa-capi/files/etc/init.d/capiagent | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wfa-capi/Makefile b/wfa-capi/Makefile index d44736e96..e94ac9235 100644 --- a/wfa-capi/Makefile +++ b/wfa-capi/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wfa-capi -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.1.0 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=03d5eb8ed61b298709061458661d089474b38604 +PKG_SOURCE_VERSION:=189c59448ff33fd713a6a218206b18f0c613793a PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/wfa-capi.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip diff --git a/wfa-capi/files/etc/init.d/capiagent b/wfa-capi/files/etc/init.d/capiagent index bbf2d36bc..3f85fbcb5 100755 --- a/wfa-capi/files/etc/init.d/capiagent +++ b/wfa-capi/files/etc/init.d/capiagent @@ -7,7 +7,7 @@ USE_PROCD=1 start_service() { procd_open_instance - procd_set_param command "/usr/sbin/capiagent" + procd_set_param command "/usr/sbin/capiagent" "-p 9000" procd_set_param limits core="unlimited" # procd_set_param respawn # procd_set_param stdout 1