From a76446c04bea04b1279c7d9524af396cbc55f51e Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Wed, 5 Jun 2019 14:32:01 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * be17e0c cntlr: replace AND by OR when filtering repeated mac addresses prior to disconnecting * 05ba56f cntlr: active stalist - use generic hlist_ functions ------------------------------------------------------------------------------- commit be17e0c7977ad2e17a4643b57a3a64f59577613b Author: Jakob Olsson Date: 2019-05-28 15:31:06 +0200 cntlr: replace AND by OR when filtering repeated mac addresses prior to disconnecting Base directory -> / src/cntlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 05ba56f1a2604d577d65e8e3339eade197e87a91 Author: Anjan Chanda Date: 2019-05-28 15:07:32 +0200 cntlr: active stalist - use generic hlist_ functions Base directory -> / src/Makefile | 2 +- src/allsta.c | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/allsta.h | 31 +++++++++++++ src/cntlr.c | 60 +++++++++++++++--------- src/cntlr.h | 1 + src/hash_table.c | 138 ------------------------------------------------------- src/hash_table.h | 24 ---------- src/hlist.h | 113 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 320 insertions(+), 185 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index f248fa2b2..d102a9384 100644 --- a/wifilife/Makefile +++ b/wifilife/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifilife PKG_VERSION:=1.0.3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=c5a0776ec6798175bb7a03d68006c9bab4971a7f +PKG_SOURCE_VERSION:=be17e0c7977ad2e17a4643b57a3a64f59577613b PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)