[openwrt/openwrt] mac80211: ath12k: add PCI_SUPPORT dependency
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 24 03:27:38 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bffcc3c775629a24dae2a1bcbde998a66f4d83db
commit bffcc3c775629a24dae2a1bcbde998a66f4d83db
Author: Janusz Dziedzic <janusz.dziedzic at gmail.com>
AuthorDate: Tue Sep 24 12:21:52 2024 +0200
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 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16475
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/kernel/mac80211/ath.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 + at DRIVER_11AC_SUPPORT + at DRIVER_11AX_SUPPORT \
+ DEPENDS+= @PCI_SUPPORT +kmod-ath + at DRIVER_11AC_SUPPORT + at 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
More information about the lede-commits
mailing list