mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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 <jakob.olsson@iopsys.eu>
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 <anjan.chanda@iopsys.eu>
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(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
8f7fa57b11
commit
a76446c04b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <anjan.chanda@iopsys.eu>
|
||||
|
||||
ifeq ($(CONFIG_WIFILIFE_OPEN),y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue