[source] mac80211: mwifiex-pcie: select DRIVER_11AC_SUPPORT
LEDE Commits
lede-commits at lists.infradead.org
Sat Mar 11 10:39:23 PST 2017
noltari pushed a commit to source.git, branch master:
https://git.lede-project.org/a856c8a82420e3c8f3b287f72936381d81644980
commit a856c8a82420e3c8f3b287f72936381d81644980
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sat Mar 11 19:30:05 2017 +0100
mac80211: mwifiex-pcie: select DRIVER_11AC_SUPPORT
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
package/kernel/mac80211/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index d7b1e0e..1719b29 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -1055,7 +1055,7 @@ define KernelPackage/mwifiex-pcie
$(call KernelPackage/mac80211/Default)
TITLE:=Driver for Marvell 802.11n/802.11ac PCIe Wireless cards
URL:=http://wireless.kernel.org/en/users/Drivers/mwifiex
- DEPENDS+= @PCI_SUPPORT +kmod-mac80211 + at DRIVER_11N_SUPPORT +mwifiex-pcie-firmware
+ DEPENDS+= @PCI_SUPPORT +kmod-mac80211 + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT +mwifiex-pcie-firmware
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/marvell/mwifiex/mwifiex.ko \
$(PKG_BUILD_DIR)/drivers/net/wireless/marvell/mwifiex/mwifiex_pcie.ko
More information about the lede-commits
mailing list