From e9f9f7e196b190fc2f4b9c5a25cdd695079733ab Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Thu, 11 Oct 2018 13:39:00 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * 16e42e1 delete file core.c * a17594c automagically exclude network nodes from steering ------------------------------------------------------------------------------- commit 16e42e187340630000b5a2c5876911f83a7289c0 Author: Anjan Chanda Date: 2018-10-11 13:34:50 +0200 delete file core.c Base directory -> / src/core.c | 38 -------------------------------------- 1 file changed, 38 deletions(-) ------------------------------------------------------------------------------- commit a17594cf78b3bb8e1114aab3b6e0bcae59fb9c2a Author: Anjan Chanda Date: 2018-10-10 12:49:56 +0200 automagically exclude network nodes from steering Base directory -> / src/agent.c | 22 +++++++++++++++++----- src/agent_ubus.c | 1 + src/cntlr.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- src/cntlr.h | 8 ++++++++ src/cntlr_comm.h | 2 +- src/cntlr_comm_ubus.c | 10 +++++----- src/comm.c | 4 +++- src/comm.h | 2 +- src/utils.c | 42 ++++++++++++++++++++++++++++++++++++++++++ src/utils.h | 11 +++++++++++ 10 files changed, 136 insertions(+), 15 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index b7af61cfb..568710c9c 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:=b0065033c6ed6d9411666aba4fbc6146205f2178 +PKG_SOURCE_VERSION:=16e42e187340630000b5a2c5876911f83a7289c0 PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)