From 77350790c1fecef9623bf4a97f5ec7d5cdfbc66f Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 22 Oct 2018 09:25:17 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * bbf8860 fix cntlr cmd-response path * f401563 change ubus cmd data type to string type ------------------------------------------------------------------------------- commit bbf88603d74a4da27ddd6ac3958cce4919652883 Author: Anjan Chanda Date: 2018-10-20 14:07:21 +0200 fix cntlr cmd-response path Base directory -> / src/agent.c | 36 ++++++++++++++-------- src/cntlr.c | 84 ++++++++++++++++++++++++++++++++++++--------------- src/cntlr.h | 2 ++ src/cntlr_comm.h | 9 +----- src/cntlr_comm_ubus.c | 50 ++++++++---------------------- src/comm.c | 23 ++++++++++++-- src/comm.h | 35 +++++++++++++++++++++ src/debug.c | 19 ++++++++++++ src/debug.h | 1 + src/utils.c | 32 ++++++++++++++++++++ src/utils.h | 4 +++ 11 files changed, 211 insertions(+), 84 deletions(-) ------------------------------------------------------------------------------- commit f401563389c36f94d080163e28c5224349f60df6 Author: Anjan Chanda Date: 2018-10-19 19:37:42 +0200 change ubus cmd data type to string type Base directory -> / src/agent.c | 2 ++ src/agent_ubus.c | 3 ++- src/cntlr.c | 4 +++- src/cntlr_comm_ubus.c | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index 5a8c944b6..108355c64 100644 --- a/wifilife/Makefile +++ b/wifilife/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifilife PKG_VERSION:=1.0.2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d3b7410b262225edff6b6b10a3bfd4e6a63fe877 +PKG_SOURCE_VERSION:=bbf88603d74a4da27ddd6ac3958cce4919652883 PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)