Update feed [ iopsys ] package [ wifilife ]

-------------------------------------------------------------------------------
* a61c902 redefine Cntlr CMD; handle assoc control command in agent
* bd24f42 fix 'assoc_control' ubus method
-------------------------------------------------------------------------------
commit a61c9028cf3bbad47292508a5b649f45262ac09c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-17 15:02:12 +0200

    redefine Cntlr CMD; handle assoc control command in agent

Base directory -> /
 src/agent.c           | 58 ++++++++++++++++++++++++++++++++++++++++++++++++---
 src/agent.h           |  2 +-
 src/agent_ubus.c      |  4 +++-
 src/cntlr.c           | 29 ++++++++++++++++++++++----
 src/cntlr_comm.h      |  4 ++--
 src/cntlr_comm_ubus.c |  7 ++++---
 src/comm.c            |  7 +++++--
 src/comm.h            | 10 +++++++++
 8 files changed, 105 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit bd24f42f7d3a48d5b8024f0dffc42ba2896c749b
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-16 14:11:17 +0200

    fix 'assoc_control' ubus method

Base directory -> /
 src/agent_ubus.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
Anjan Chanda 2018-10-18 09:05:44 +02:00
parent cb328d2c93
commit 14a704d729

View file

@ -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:=9872bfc7fa13087aa7f25f87250eaa1c76b58c30
PKG_SOURCE_VERSION:=a61c9028cf3bbad47292508a5b649f45262ac09c
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
ifeq ($(CONFIG_WIFILIFE_OPEN),y)