From db2cbd0db28914585a154fb9667cf6ed0e72f40e Mon Sep 17 00:00:00 2001 From: Anjan Chanda <anjan.chanda@iopsys.eu> Date: Thu, 14 Nov 2019 12:32:13 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ easy-soc-libs ] ------------------------------------------------------------------------------- * edaace5 libwifi: intel: fix bss utilization and sta count ------------------------------------------------------------------------------- commit edaace5a36b0dcac66a0371b40a2bc7ed99b4119 Author: Anjan Chanda <anjan.chanda@iopsys.eu> Date: 2019-11-14 12:24:35 +0100 libwifi: intel: fix bss utilization and sta count Base directory -> / libwifi/modules/intel.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ------------------------------------------------------------------------------- --- easy-soc-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index 7b970e95f..3e88555ed 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=d4e760c73a600749325b2cc6d5554696a6c956f8 +PKG_SOURCE_VERSION:=edaace5a36b0dcac66a0371b40a2bc7ed99b4119 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz -- GitLab