aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-02-15 13:52:23 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2021-02-16 07:31:28 +0100
commita5c4c404764e9125d7a6c435c2f8d840c68ceed2 (patch)
tree52d584722201e22731d0dd825737f0795968d858 /package/kernel/ath10k-ct/Makefile
parentad8b759fd17bd31fdb7a026f247fd6ec81b372d3 (diff)
downloadupstream-a5c4c404764e9125d7a6c435c2f8d840c68ceed2.tar.gz
upstream-a5c4c404764e9125d7a6c435c2f8d840c68ceed2.tar.bz2
upstream-a5c4c404764e9125d7a6c435c2f8d840c68ceed2.zip
ath10k-ct: switch to 5.10
Let's switch to 5.10 now that mac80211 has been updated. Runtime-tested on ipq806x (Netgear R7800). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r--package/kernel/ath10k-ct/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index 516bd94386..32b294a69f 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ath10k-ct
-PKG_RELEASE=1
+PKG_RELEASE=2
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
@@ -12,10 +12,10 @@ PKG_SOURCE_DATE:=2021-01-11
PKG_SOURCE_VERSION:=9fe1df7d4f783b6b0cd1c99d11979e5a6e6fc40b
PKG_MIRROR_HASH:=4e30e256716611045e930b95eadaa8bfcadd5bdd8bbe3869cfe0f377920e812b
-# Build the 5.8 ath10k-ct driver version.
+# Build the 5.10 ath10k-ct driver version.
# Probably this should match as closely as
# possible to whatever mac80211 backports version is being used.
-CT_KVER="-5.8"
+CT_KVER="-5.10"
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>
PKG_BUILD_PARALLEL:=1