summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanusz Dziedzic2024-09-24 10:21:52 +0000
committerRobert Marko2024-09-24 10:27:35 +0000
commitbffcc3c775629a24dae2a1bcbde998a66f4d83db (patch)
tree1c38ecb7544575c39fba8f2a4f2d34d9ddb10b8d
parent51aa9130f741919c208db663d2385fe43ad215e1 (diff)
downloadopenwrt-bffcc3c775629a24dae2a1bcbde998a66f4d83db.tar.gz
mac80211: ath12k: add PCI_SUPPORT dependency
Always depend on PCI and don't build on platforms without PCI. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16475 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/kernel/mac80211/ath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk
index f56fd7a961..eecaef4588 100644
--- a/package/kernel/mac80211/ath.mk
+++ b/package/kernel/mac80211/ath.mk
@@ -360,7 +360,7 @@ define KernelPackage/ath12k
$(call KernelPackage/mac80211/Default)
TITLE:=Qualcomm 802.11be wireless chipset support
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath12k
- DEPENDS+= +kmod-ath +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT \
+ DEPENDS+= @PCI_SUPPORT +kmod-ath +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT \
+kmod-crypto-michael-mic +kmod-qrtr-mhi \
+kmod-qcom-qmi-helpers
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath12k/ath12k.ko