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

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 10 01:17:02 PDT 2021


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6e8475bbd0c841043c1187fb5a42d835071ad502

commit 6e8475bbd0c841043c1187fb5a42d835071ad502
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>
---
 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 d8c1befc97..b7c8370bba 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-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