From bc61458b73c04f900c358be8b7ed37c84298472a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 16 Oct 2019 16:48:40 +0200 Subject: [PATCH] iwinfo: update to latest Git HEAD 07315b6 nl80211: handle hidden SSIDs in wpa_supplicant scan results 3ac846e lua: fix string description of mixed WPA3 modes Signed-off-by: Jo-Philipp Wich --- package/network/utils/iwinfo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 4a8d935492..cee7253a3a 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -11,9 +11,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git -PKG_SOURCE_DATE:=2019-10-15 -PKG_SOURCE_VERSION:=a29b7d4e26a8d97e48c2a899dda3665d385b95db -PKG_MIRROR_HASH:=5dc8578a023ab95b81c3d1c9e1968a3a23e57ad7c712fea06a3ed4e1eee4de17 +PKG_SOURCE_DATE:=2019-10-16 +PKG_SOURCE_VERSION:=07315b6fdb2566a8626d8a1e4de76eb30456fe17 +PKG_MIRROR_HASH:=924914a51b8a668779e41dc2f40adfc1ae51846ea8b013de3e45999b4d04eecd PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0