1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-07-01 18:43:20 +02:00
openwrt/package/kernel/ath10k-ct
Hauke Mehrtens dd8bf0cf64 ath10k-ct: fix module depends
PKG_EXTMOD_SUBDIRS should be set to the sub directory where the kernel
module gets build in, for the ath10k-ct driver this changed in commit
3888e77c1c from ath10k to ath10k-4.13. Without this fix the depends
line of the ath10*.ko modules is empty and the kernel module load system
will not automatically load the depended modules like mac80211.

Fixes: 3888e77c1c ("ath10k-ct driver: use dma_alloc_coherent, 4.13 based driver")
Fixes: 23a388fe41 ("ath10k-ct: Force loading mac80211 and ath modules.")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-03-23 22:08:22 +01:00
..
patches ath10k-ct: update to latest version, enable AHB. 2018-03-22 09:09:54 +01:00
Makefile ath10k-ct: fix module depends 2018-03-23 22:08:22 +01:00