diff options
author | Ben Greear <greearb@candelatech.com> | 2016-07-13 08:16:26 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-14 12:45:06 +0200 |
commit | 1c52826010ecc4440487fac3215108a55662cf07 (patch) | |
tree | 0835a5859b3ea0b66a13a3e676db39e57327587c /package/firmware/ath10k-firmware | |
parent | c940ccedd82d19045324e25fc07a3f6d76a6b0a5 (diff) | |
download | upstream-1c52826010ecc4440487fac3215108a55662cf07.tar.gz upstream-1c52826010ecc4440487fac3215108a55662cf07.tar.bz2 upstream-1c52826010ecc4440487fac3215108a55662cf07.zip |
add ath10k-ct: Candela-Tech ath10k out-of-tree driver.
This lets one use the CT ath10k driver instead of the built-in
ath10k driver from the upstream kernel (or backports).
This should be a drop-in replacement, as well as enabling
better CT firmware support.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/firmware/ath10k-firmware')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 81a5a65814..170a6c9cf3 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -28,7 +28,7 @@ define Package/ath10k-firmware-default CATEGORY:=Kernel modules SUBMENU:=$(WMENU) URL:=$(PKG_SOURCE_URL) - DEPENDS:=kmod-ath10k + DEPENDS:= endef define Package/ath10k-firmware-qca988x |