diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-21 00:11:24 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-14 22:59:10 +0100 |
commit | a5cc9e033ccad8b3808313159b661f4ae55448f4 (patch) | |
tree | fe31310fd7251dc0c177290c6676af8d03ddc4a1 /package/network/utils/iw/Makefile | |
parent | 954e1278a957444ac5f1c3d49d58ca1452ff1c21 (diff) | |
download | upstream-a5cc9e033ccad8b3808313159b661f4ae55448f4.tar.gz upstream-a5cc9e033ccad8b3808313159b661f4ae55448f4.tar.bz2 upstream-a5cc9e033ccad8b3808313159b661f4ae55448f4.zip |
iw: Update to version 5.16
Revert a commit to allow providing CFLAGS and LIBS from OpenWrt package
Makefile.
This downgrades the nl80211.h to kernel 5.15 and removes FILS_CRYPTO_OFFLOAD.
This is needed to make it compatible with our patched mac80211 from
kernel 5.15
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/utils/iw/Makefile')
-rw-r--r-- | package/network/utils/iw/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index 8e11046189..da2b556416 100644 --- a/package/network/utils/iw/Makefile +++ b/package/network/utils/iw/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iw -PKG_VERSION:=5.9-8fab0c9e -PKG_RELEASE:=$(AUTORELEASE) - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git -PKG_SOURCE_VERSION:=8fab0c9ee9db217587a58efcc37421c86edcb638 -PKG_MIRROR_HASH:=797b322bc03952f3127ae0a7da476c14ada1bbe9a9ae234a56dd6f864c568e16 +PKG_VERSION:=5.16 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=@KERNEL/software/network/iw +PKG_HASH:=4c44e42762f903f9094ba5a598998c800a97a62afd6fd31ec1e0a799e308659c PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |