From 79ff9147201c4b2eace4f55d124bde21850100ea Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Tue, 29 May 2018 15:41:33 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ wifimngr ] ------------------------------------------------------------------------------- * a9b2632 add more 'wifi' methods ------------------------------------------------------------------------------- commit a9b2632692e3a366947cf76a64cafa191e2461a3 Author: Anjan Chanda Date: 2018-05-29 15:30:39 +0200 add more 'wifi' methods radios (wifi radio information) status (wifi interface status) stas (detailed STA info) assoclist (association list) autochannel (trigger autochannel selection) Base directory -> / wifimngr.c | 503 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 491 insertions(+), 12 deletions(-) ------------------------------------------------------------------------------- --- wifimngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifimngr/Makefile b/wifimngr/Makefile index 70b215409..e500b2f7f 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:=fa0c6298ed8e47ac2979d51e0697e41bcaa3a055 +PKG_SOURCE_VERSION:=a9b2632692e3a366947cf76a64cafa191e2461a3 PKG_SOURCE_URL:=http://public.inteno.se:/wifimngr PKG_MAINTAINER:=Anjan Chanda