From 08bbb804c88a74cd7a04cea548cebf85bcf09b8f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 15 Oct 2017 10:53:46 +0200 Subject: [PATCH] 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 --- 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 c0a430051d..7e9b5ad618 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 -- 2.30.2