summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/iw.in2
-rw-r--r--rules/iw.make6
2 files changed, 4 insertions, 4 deletions
diff --git a/rules/iw.in b/rules/iw.in
index 2e3dbfbb2..19235d2ad 100644
--- a/rules/iw.in
+++ b/rules/iw.in
@@ -2,7 +2,7 @@
config IW
tristate
- select LIBNL
+ select LIBNL3
prompt "iw (wireless tools replacement)"
help
iw is a new nl80211 based CLI configuration utility for wireless devices.
diff --git a/rules/iw.make b/rules/iw.make
index 187c8beb6..efcab0ebe 100644
--- a/rules/iw.make
+++ b/rules/iw.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_IW) += iw
#
# Paths and names
#
-IW_VERSION := 3.14
-IW_MD5 := 66e41053f6fc0781b683b5b688442de6
+IW_VERSION := 5.3
+IW_MD5 := b65bb6dc3b9474c55f6107a25469d8cf
IW := iw-$(IW_VERSION)
IW_SUFFIX := tar.xz
-IW_URL := http://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX)
+IW_URL := https://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX)
IW_SOURCE := $(SRCDIR)/$(IW).$(IW_SUFFIX)
IW_DIR := $(BUILDDIR)/$(IW)
IW_LICENSE := ISC