[source] mac80211: Make wlcore platform-independent

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 01:54:50 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/84d57fc4857a6d60c328dd63a31e39475b66db80

commit 84d57fc4857a6d60c328dd63a31e39475b66db80
Author: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
AuthorDate: Thu Nov 10 15:28:17 2016 +0300

    mac80211: Make wlcore platform-independent
    
    TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules
    that could be found on different existing boards.
    
    But it is possible to get those modules as a separate
    component and use with existing boards as well as
    new boards equipped with either module may appear so we
    remove dependency on OMAP instead we add dependency on MMC
    because this Wi-Fi module uses SDIO interface.
    
    Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
    Cc: Jo-Philipp Wich <jo at mein.io>
    Cc: Felix Fietkau <nbd at nbd.name>
    Cc: Imre Kaloz <kaloz at openwrt.org>
    Reviewed-by: Florian Fainelli <f.fainelli 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 5220913..93a91b1 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -1383,7 +1383,7 @@ endef
 define KernelPackage/wlcore
   $(call KernelPackage/mac80211/Default)
   TITLE:=TI common driver part
-  DEPENDS+= @TARGET_omap +kmod-mac80211 + at DRIVER_11N_SUPPORT
+  DEPENDS+= +kmod-mmc +kmod-mac80211 + at DRIVER_11N_SUPPORT
   FILES:= \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ti/wlcore/wlcore.ko \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko



More information about the lede-commits mailing list