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>
This commit is contained in:
parent
49a6f67c39
commit
aeea251fad
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define KernelPackage/ath10k-ct
|
define KernelPackage/ath10k-ct
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=ath10k-ct driver optimized for CT ath10k firmware
|
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:=\
|
FILES:=\
|
||||||
$(PKG_BUILD_DIR)/ath10k/ath10k_pci.ko \
|
$(PKG_BUILD_DIR)/ath10k/ath10k_pci.ko \
|
||||||
$(PKG_BUILD_DIR)/ath10k/ath10k_core.ko
|
$(PKG_BUILD_DIR)/ath10k/ath10k_core.ko
|
||||||
|
|
Loading…
Reference in a new issue