From e6eb52dcfc4121b588d284deb923ca0d4b84e79b Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Fri, 19 Oct 2018 12:49:36 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * 322ee12 periodic update bssinfo in agent * 9047325 update nbrlist workaround for nodes that can't scan ------------------------------------------------------------------------------- commit 322ee12da88323c440f90972d35dd01ca37fd54d Author: Anjan Chanda Date: 2018-10-19 12:48:02 +0200 periodic update bssinfo in agent Base directory -> / src/agent.c | 23 +++++++++++++++++++++++ src/agent.h | 3 +++ src/cntlr.c | 15 +++++++++------ 3 files changed, 35 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit 9047325710c529f8e8eb2974c0b09f8443d944fb Author: Anjan Chanda Date: 2018-10-19 11:37:14 +0200 update nbrlist workaround for nodes that can't scan Base directory -> / src/agent.c | 36 ++++++++++++++++++++- src/cntlr.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++--------- src/cntlr.h | 17 +++++++++- src/comm.h | 7 ++++ 4 files changed, 147 insertions(+), 17 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index 76f1cb269..a570994ae 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:=2ae858e644051140dbf4b18bef74e71a977bddbf +PKG_SOURCE_VERSION:=322ee12da88323c440f90972d35dd01ca37fd54d PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)