summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAlexis Green <agreen@cococorp.com>2016-09-02 11:58:07 -0700
committerFelix Fietkau <nbd@nbd.name>2016-09-05 18:01:59 +0200
commitaeea251fad8e466a2772551216b78f481ffa6e16 (patch)
tree0a780f6cc8ad7445415a0a0e440577724fcad0cc /package
parent49a6f67c395beebc0533153453b57dcfa45165cc (diff)
downloadmaster-31e0f0ae-aeea251fad8e466a2772551216b78f481ffa6e16.tar.gz
master-31e0f0ae-aeea251fad8e466a2772551216b78f481ffa6e16.tar.bz2
master-31e0f0ae-aeea251fad8e466a2772551216b78f481ffa6e16.zip
ath10k-ct: fix missing symbols if ath9k is not selected
Require kernel to compile with CONFIG_RELAY=y Signed-off-by: Alexis Green <alexis@cessp.it>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/ath10k-ct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index 14ddff5583..bbff8d8042 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ath10k-ct
SUBMENU:=Wireless Drivers
TITLE:=ath10k-ct driver optimized for CT ath10k firmware
- DEPENDS:=+kmod-mac80211 +kmod-ath +@DRIVER_11N_SUPPORT @PCI_SUPPORT
+ DEPENDS:=+kmod-mac80211 +kmod-ath +@DRIVER_11N_SUPPORT @PCI_SUPPORT +@KERNEL_RELAY
FILES:=\
$(PKG_BUILD_DIR)/ath10k/ath10k_pci.ko \
$(PKG_BUILD_DIR)/ath10k/ath10k_core.ko