[openwrt/openwrt] ath9k: add missing dependency on random core

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 13 01:26:00 PST 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e046500fe9aa8fc650ca898079afb22b2c13bfb6

commit e046500fe9aa8fc650ca898079afb22b2c13bfb6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Dec 13 10:25:26 2022 +0100

    ath9k: add missing dependency on random core
    
    Reported-by: Hartmut Birr <e9hack at gmail.com>
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mac80211/ath.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk
index 9af8c4665d..12d669364c 100644
--- a/package/kernel/mac80211/ath.mk
+++ b/package/kernel/mac80211/ath.mk
@@ -191,7 +191,7 @@ define KernelPackage/ath9k-common
   TITLE:=Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc)
   URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath9k
   HIDDEN:=1
-  DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 +kmod-ath + at DRIVER_11N_SUPPORT
+  DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 +kmod-ath + at DRIVER_11N_SUPPORT +kmod-random-core
   FILES:= \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_common.ko \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_hw.ko




More information about the lede-commits mailing list