projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a6f67
)
ath10k-ct: fix missing symbols if ath9k is not selected
author
Alexis Green
<agreen@cococorp.com>
Fri, 2 Sep 2016 18:58:07 +0000
(11:58 -0700)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 5 Sep 2016 16:01:59 +0000
(18:01 +0200)
Require kernel to compile with CONFIG_RELAY=y
Signed-off-by: Alexis Green <alexis@cessp.it>
package/kernel/ath10k-ct/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/ath10k-ct/Makefile
b/package/kernel/ath10k-ct/Makefile
index 14ddff5583be9c6b8484f8179bed4133b18f711a..bbff8d8042ade849e467196056ca4ae1828dc3fe 100644
(file)
--- 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