aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-01-21 01:23:22 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-01-21 01:23:22 +0100
commitf3d8de73988a79440d183050dc9711bb29d2a5e1 (patch)
tree270f7f04e265327efc5991d8e15df0522672cf2f
parentef649b0b14814a84a480e9b7805e4a401e9e06b6 (diff)
downloadupstream-f3d8de73988a79440d183050dc9711bb29d2a5e1.tar.gz
upstream-f3d8de73988a79440d183050dc9711bb29d2a5e1.tar.bz2
upstream-f3d8de73988a79440d183050dc9711bb29d2a5e1.zip
iwinfo: update to latest Git HEAD
Bump ABI to 20230121 due to struct changes f766138 cli: print the flags on the frequency list 8ee7971 lib: add IWINFO_FREQ_FLAG_NAMES 81184d2 nl80211: fix some comments 2c4ee84 nl80211: prefer non-supplicant-based devices 6194aaf nl80211: simplify iterating over phy's devices acbf4fe nl80211: remove redundant check in nl80211_phy2ifname() 0172c97 cli: print the frequency and band on the scan list bbe424f cli: print the band on the frequency list afa147c nl80211: add "mhz" and "band" to iwinfo_scanlist_entry 0d5ea34 nl80211: add "band" to iwinfo_freqlist_entry dba0f06 nl80211: add support for radiation and indoor chan restriction 7e3d7de iwinfo: reorganize iwinfo header to enum and defines 9b47b03 devices: add USB devices supported by the mt76 driver c0fda7c utils: skip comment lines when parsing devices.txt dbc0ee7 cli: describe USB devices as such 891acee devices: add MediaTek MT7628 card fac0787 devices: add support for declaring compatible matched devices Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--package/network/utils/iwinfo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index 9d562fbaf9..214df45070 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -11,13 +11,13 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
-PKG_SOURCE_DATE:=2023-01-06
-PKG_SOURCE_VERSION:=c7b420a2f33c6f1034c3e2191eba0cb0374af7b6
-PKG_MIRROR_HASH:=c5d188b2c7aa0fe987ffba8330c956670047ebf5be9a217ef647549c65002cd6
+PKG_SOURCE_DATE:=2023-01-21
+PKG_SOURCE_VERSION:=f766138662cb1d62bacd1087fab597bedcf708b9
+PKG_MIRROR_HASH:=e7e45ccc7baae2c17369bdd893e67274c3e0eefbd2b2f5319ce3d1f9fdc06d4f
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=GPL-2.0
-IWINFO_ABI_VERSION:=20210430
+IWINFO_ABI_VERSION:=20230121
include $(INCLUDE_DIR)/package.mk