[openwrt/openwrt] iwinfo: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Sun May 2 01:42:19 BST 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5515c29029ce7c63b48d1af0cbb3fbdc14ca033b

commit 5515c29029ce7c63b48d1af0cbb3fbdc14ca033b
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sun May 2 00:22:56 2021 +0200

    iwinfo: update to latest Git HEAD
    
    c45f0b5 iwinfo: add 802.11ax HE rate information
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 package/network/utils/iwinfo/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index 0f63aca0d9..d8c1befc97 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:=2021-04-20
-PKG_SOURCE_VERSION:=cd23727f72b7859ba572c4e273247578c2124926
-PKG_MIRROR_HASH:=a43516e3502274e0ba64348481364158996ddb0019c35c9dcd2d5a257de67e98
+PKG_SOURCE_DATE:=2021-04-30
+PKG_SOURCE_VERSION:=c45f0b584b4b86f8250f90ea19afca271c114fa2
+PKG_MIRROR_HASH:=24ad04791254a0523cd15a4fec6116d9ff121e006c93e5e41459f91347b33ec2
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=GPL-2.0
 
@@ -25,7 +25,7 @@ PKG_CONFIG_DEPENDS := \
 	CONFIG_PACKAGE_kmod-brcm-wl-mimo \
 	CONFIG_PACKAGE_kmod-cfg80211
 
-IWINFO_ABI_VERSION:=20210420
+IWINFO_ABI_VERSION:=20210430
 
 include $(INCLUDE_DIR)/package.mk
 



More information about the lede-commits mailing list