From 05b5d4854dfa07f7108d4e4edf380a2ff755d156 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Thu, 18 Oct 2018 22:20:08 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * 2ae858e fix exclude node from steering * c56c761 enhance cntlr CMD and response handling ------------------------------------------------------------------------------- commit 2ae858e644051140dbf4b18bef74e71a977bddbf Author: Anjan Chanda Date: 2018-10-18 22:08:13 +0200 fix exclude node from steering Base directory -> / src/agent.c | 26 +++++++++++++++++++------- src/agent.h | 6 +++--- src/cntlr.c | 40 ++++++++++++++++++++++++++++------------ src/config.h | 3 +++ src/debug.h | 2 ++ src/default_rules.c | 1 + src/default_rules.h | 4 +++- 7 files changed, 59 insertions(+), 23 deletions(-) ------------------------------------------------------------------------------- commit c56c761795739a419cc766919304d32d16d24540 Author: Anjan Chanda Date: 2018-10-18 17:29:22 +0200 enhance cntlr CMD and response handling Base directory -> / src/agent.c | 40 +++++++++++++++++++++++++++--- src/agent.h | 6 +++-- src/agent_ubus.c | 3 ++- src/cntlr.c | 48 +++++++++++++++++++++++++++++++++--- src/cntlr.h | 6 +++-- src/cntlr_comm.h | 13 ++++++++-- src/cntlr_comm_ubus.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++-- src/comm.c | 8 ++++-- src/comm.h | 42 ++++++++++++++++++++++--------- src/wifilife.conf | 57 ++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 261 insertions(+), 30 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index 1a82f0c0c..76f1cb269 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:=a61c9028cf3bbad47292508a5b649f45262ac09c +PKG_SOURCE_VERSION:=2ae858e644051140dbf4b18bef74e71a977bddbf PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)