diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-11-18 03:02:21 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-27 01:11:05 +0100 |
commit | 553a3ac221e92c6fad9ffa9229b18a4e77e42c23 (patch) | |
tree | a0c5108c06de67dc47cfa577f5756feb1ebf6e1b /package/kernel/ath10k-ct/Makefile | |
parent | d1c7df9c4b0558a89abce6acebc86a03ad9209ee (diff) | |
download | upstream-553a3ac221e92c6fad9ffa9229b18a4e77e42c23.tar.gz upstream-553a3ac221e92c6fad9ffa9229b18a4e77e42c23.tar.bz2 upstream-553a3ac221e92c6fad9ffa9229b18a4e77e42c23.zip |
ath10k-ct: use 5.15 version
We switched to mac80211 5.15 backport version.
Also switch ath10k-ct to 5.15 and drop the mac address patch
that got merged upstream.
Compile and tested on ipq806x Netgear R7800.
Also update the ath10k-ct to latest version to fix a typo
for the new version in the kernel log.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index 25ea3376f0..ea7705b1f9 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -8,14 +8,14 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2021-09-22 -PKG_SOURCE_VERSION:=e6a7d5b5b834737cd12e357b5efdc2e42d923bf6 -PKG_MIRROR_HASH:=62a1b97089d3561730656ef73beb3cd77231ec636645115cc1bbb3c6c84a6fe3 +PKG_SOURCE_DATE:=2021-11-21 +PKG_SOURCE_VERSION:=e8e166fee23226e5d495afbdb7ed681d747d115b +PKG_MIRROR_HASH:=771193292242fd8c198e9e379aa90882b1f5a144fbd77e09fbc97aca8ffe84e1 -# Build the 5.10 ath10k-ct driver version. +# Build the 5.15 ath10k-ct driver version. # Probably this should match as closely as # possible to whatever mac80211 backports version is being used. -CT_KVER="-5.10" +CT_KVER="-5.15" PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> PKG_BUILD_PARALLEL:=1 |