[source] ath10k-ct: Update to latest ath10k-ct driver.
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 23 03:30:41 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=eb8ffbebf87645268a76c97b53d89305ca364258
commit eb8ffbebf87645268a76c97b53d89305ca364258
Author: Ben Greear <greearb at candelatech.com>
AuthorDate: Thu Jul 21 16:52:40 2016 -0700
ath10k-ct: Update to latest ath10k-ct driver.
Adds support for 9984 NICs, and an upstream bugfix or two.
Signed-off-by: Ben Greear <greearb at candelatech.com>
---
package/kernel/ath10k-ct/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index adda03c..7a025aa 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_VERSION:=2016-07-09
+PKG_VERSION:=2016-07-21
PKG_RELEASE=1
PKG_LICENSE:=GPLv2
@@ -10,7 +10,7 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=0241aa1d2797ef564bf36fa67888e62289d71e8f
+PKG_SOURCE_VERSION:=a142524abc8eef3ba30b12f9b5ac74385c8ddc39
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Ben Greear <greearb at candelatech.com>
More information about the lede-commits
mailing list