[source] mac80211: ath6kl: add missing usb-core dependency to kmod-ath6kl-usb

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 15 01:55:46 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/08bbb804c88a74cd7a04cea548cebf85bcf09b8f

commit 08bbb804c88a74cd7a04cea548cebf85bcf09b8f
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Oct 15 10:53:46 2017 +0200

    mac80211: ath6kl: add missing usb-core dependency to kmod-ath6kl-usb
    
    This fixes a build problem with many targets.
    
    Fixes 618ed77a17422a ("mac80211: add ath6kl kernel modules")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 c0a4300..7e9b5ad 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -244,7 +244,7 @@ define KernelPackage/ath6kl-usb
   $(call KernelPackage/mac80211/Default)
   TITLE:=Atheros 802.11n USB wireless cards support
   URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath6kl
-  DEPENDS+= @USB_SUPPORT +kmod-ath6kl
+  DEPENDS+= @USB_SUPPORT +kmod-usb-core +kmod-ath6kl
   FILES:= $(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath6kl/ath6kl_usb.ko
   AUTOLOAD:=$(call AutoProbe,ath6kl_usb)
 endef



More information about the lede-commits mailing list