diff mbox series

backport mac80211

Message ID 9d5b2459-7fa3-59e6-f0ad-9c4537d3e4fb@gmail.com
State Superseded, archived
Delegated to: Felix Fietkau
Headers show
Series backport mac80211 | expand

Commit Message

e9hack Dec. 12, 2022, 2:24 p.m. UTC
Hi,

backports-6.1-rc8 build fails for ath9k due to a missing dependency:


Regards,
Hartmut

Comments

Felix Fietkau Dec. 13, 2022, 9:27 a.m. UTC | #1
On 12.12.22 15:24, e9hack wrote:
> Hi,
> 
> backports-6.1-rc8 build fails for ath9k due to a missing dependency:
Fixed, thanks. I added the dependency to kmod-ath9k-common instead, 
since that's the module that actually depends on kmod-random-core.

- Felix
diff mbox series

Patch

diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk
index 9af8c4665d..3931a455b5 100644
--- a/package/kernel/mac80211/ath.mk
+++ b/package/kernel/mac80211/ath.mk
@@ -201,7 +201,7 @@  define KernelPackage/ath9k
    $(call KernelPackage/mac80211/Default)
    TITLE:=Atheros 802.11n PCI wireless cards support
    URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath9k
-  DEPENDS+= @PCI_SUPPORT||TARGET_ath79 +kmod-ath9k-common
+  DEPENDS+= @PCI_SUPPORT||TARGET_ath79 +kmod-ath9k-common +kmod-random-core
    FILES:= \
  	$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k.ko
    AUTOLOAD:=$(call AutoProbe,ath9k)