From 440bb0dacb0cd22c17555dfe21976ec3e54e3a8d Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 8 Oct 2018 09:24:38 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * fcdd56b update README - add features and run options * 9d2b12e allow wildcard macaddress in exclude list * 5804141 introduce hysteresis in rssi steering rule ------------------------------------------------------------------------------- commit fcdd56bf326101c8ba1e90887b6f1802ce867ce7 Author: Anjan Chanda Date: 2018-10-07 20:26:05 +0200 update README - add features and run options Base directory -> / README.md | 232 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 136 insertions(+), 96 deletions(-) ------------------------------------------------------------------------------- commit 9d2b12e84e17194db749f9695a79d88f7c093758 Author: Anjan Chanda Date: 2018-10-07 19:42:03 +0200 allow wildcard macaddress in exclude list Base directory -> / src/agent.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 58041413bc7bb4407d558bd2ce1c92681162cf7c Author: Anjan Chanda Date: 2018-10-07 12:48:46 +0200 introduce hysteresis in rssi steering rule Base directory -> / src/agent.c | 8 ++++---- src/agent.h | 1 + src/default_rules.c | 38 ++++++++++++++++++++++++++++++-------- src/default_rules.h | 5 +++++ 4 files changed, 40 insertions(+), 12 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index 23754f1d3..a36197b2a 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:=94c5dea8cd981378b164b20dcc795aa92671f71a +PKG_SOURCE_VERSION:=fcdd56bf326101c8ba1e90887b6f1802ce867ce7 PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)