[openwrt/openwrt] iwinfo: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 27 01:28:07 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/f7c445aa7d1eb8004c3458801a071d0bcbf6c1b6

commit f7c445aa7d1eb8004c3458801a071d0bcbf6c1b6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jun 10 08:52:28 2021 +0200

    iwinfo: update to the latest version
    
    aa0e3c4bbe12 iwinfo: nl80211: add support for printing the device path for a phy
    dd6d6d2dec35 iwinfo: nl80211: use new path lookup function for nl80211_phy_idx_from_uci_path
    268bb26d2e2a iwinfo: nl80211: support looking up phy by path=.. and macaddr=...
    c0414642fead iwinfo: nl80211: fix typo
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
    (backported from commit 6e8475bbd0c841043c1187fb5a42d835071ad502)
---
 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 815c477988..ad1e0e6e38 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -7,13 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libiwinfo
-PKG_RELEASE:=2.1
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
-PKG_SOURCE_DATE:=2021-04-30
-PKG_SOURCE_VERSION:=c45f0b584b4b86f8250f90ea19afca271c114fa2
-PKG_MIRROR_HASH:=24ad04791254a0523cd15a4fec6116d9ff121e006c93e5e41459f91347b33ec2
+PKG_SOURCE_DATE:=2021-06-09
+PKG_SOURCE_VERSION:=c0414642fead263a4a6a686ad3cb7e965ec8a23a
+PKG_MIRROR_HASH:=c5686bbae86753c53db03a686b034bbb80d31107cc359ebd8522ea1c82db35ea
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=GPL-2.0
 




More information about the lede-commits mailing list