diff options
author | David Bauer <mail@david-bauer.net> | 2021-01-03 21:43:57 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-01-14 01:03:34 +0100 |
commit | 04f4ea59163b0a03e3697e00a2beae5f431d4b7c (patch) | |
tree | 74d6cac2409757641114e3f5ed2c7e00a49c4dd6 /package/network/utils/iw/Makefile | |
parent | 7e4f055990cf1d84dc1ea512fc421b2f68b346e7 (diff) | |
download | upstream-04f4ea59163b0a03e3697e00a2beae5f431d4b7c.tar.gz upstream-04f4ea59163b0a03e3697e00a2beae5f431d4b7c.tar.bz2 upstream-04f4ea59163b0a03e3697e00a2beae5f431d4b7c.zip |
iw: enable HE PHY information for iw-tiny
Currently PHY information obtained from "iw phy" lacks information about
a PHYs HE capabilities when using the by default installed iw-tiny.
As there are already 802.11ax supported devices, enabled printing this
information for the by-default installed iw variant.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/utils/iw/Makefile')
-rw-r--r-- | package/network/utils/iw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index 90e6782911..6eb10c837f 100644 --- a/package/network/utils/iw/Makefile +++ b/package/network/utils/iw/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iw PKG_VERSION:=5.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/iw |