From 78196d9d1e67488be433ea8727952ee82c88b488 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Thu, 12 Jul 2018 16:42:25 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ wifimngr ] ------------------------------------------------------------------------------- * 29ac0e0 format neighbor-list to array type * bd40818 show maxrate and airtime ------------------------------------------------------------------------------- commit 29ac0e0361e20d21559e0f2f585e5220f048b9e0 Author: Anjan Chanda Date: 2018-07-12 16:38:38 +0200 format neighbor-list to array type Base directory -> / wifimngr_wifi.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit bd40818b2986d6f17881f03e3c6897edf234e482 Author: Anjan Chanda Date: 2018-06-05 15:25:16 +0200 show maxrate and airtime Base directory -> / wifimngr.c | 3 +++ 1 file changed, 3 insertions(+) ------------------------------------------------------------------------------- --- wifimngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifimngr/Makefile b/wifimngr/Makefile index e500b2f7f..591becacb 100644 --- a/wifimngr/Makefile +++ b/wifimngr/Makefile @@ -8,7 +8,7 @@ PKG_NAME:=wifimngr PKG_VERSION:=1.0.0 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a9b2632692e3a366947cf76a64cafa191e2461a3 +PKG_SOURCE_VERSION:=29ac0e0361e20d21559e0f2f585e5220f048b9e0 PKG_SOURCE_URL:=http://public.inteno.se:/wifimngr PKG_MAINTAINER:=Anjan Chanda