diff options
author | Ben Greear <greearb@candelatech.com> | 2016-10-25 15:47:37 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-27 12:45:05 +0200 |
commit | 6408ea0486cff0cb38e3fdad144c8aad320d8486 (patch) | |
tree | 1d2afca290139969de22e01bf0b0f9f60d41571d /package/kernel/ath10k-ct/Makefile | |
parent | b745bfa6dcba4fb6d67e6893bc8e706ec2e687c3 (diff) | |
download | upstream-6408ea0486cff0cb38e3fdad144c8aad320d8486.tar.gz upstream-6408ea0486cff0cb38e3fdad144c8aad320d8486.tar.bz2 upstream-6408ea0486cff0cb38e3fdad144c8aad320d8486.zip |
ath10k-ct: Add QCA9888/9886 support, fix compat issue.
This should fix problems with latest backports, and also adds
driver support for QCA9888 chipset.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index 6ca9db14b2..3df94963b9 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-10-17 +PKG_VERSION:=2016-10-25 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:=f2fb96a03d6a2c0cdcd6482e2653a4468956e1f4 +PKG_SOURCE_VERSION:=5b7a620fdc9de03aaa76145bccb2d83e8cb1b767 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> |