From 01d73e7642d5105ebb306930b28cd402cc00b16e Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Tue, 18 Dec 2018 10:26:16 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * 8de1e0f fix endian during structure-to-bytestring conversions ------------------------------------------------------------------------------- commit 8de1e0f3264998a6757ae2fb16599ad6eb19a0f9 Author: Anjan Chanda Date: 2018-12-17 16:59:35 +0100 fix endian during structure-to-bytestring conversions Base directory -> / src/agent.c | 7 ++++++- src/cntlr.c | 11 +++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index 905103265..fa3894b39 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:=586a747bbc22a5cacd3e826f27c967662a421c22 +PKG_SOURCE_VERSION:=8de1e0f3264998a6757ae2fb16599ad6eb19a0f9 PKG_MAINTAINER:=Anjan Chanda ifeq ($(CONFIG_WIFILIFE_OPEN),y)