summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/ath.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-12-13 10:25:26 +0100
committerFelix Fietkau <nbd@nbd.name>2022-12-13 10:25:27 +0100
commite046500fe9aa8fc650ca898079afb22b2c13bfb6 (patch)
treefa72706489010a50acf7302b7d9a74b6d7f0dd23 /package/kernel/mac80211/ath.mk
parent05dbdcbd32644b57d317ec16688c91b4b413c975 (diff)
downloadopenwrt-e046500fe9aa8fc650ca898079afb22b2c13bfb6.tar.gz
openwrt-e046500fe9aa8fc650ca898079afb22b2c13bfb6.tar.bz2
openwrt-e046500fe9aa8fc650ca898079afb22b2c13bfb6.zip
ath9k: add missing dependency on random core
Reported-by: Hartmut Birr <e9hack@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/ath.mk')
-rw-r--r--package/kernel/mac80211/ath.mk2
1 files changed, 1 insertions, 1 deletions
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 +@DRIVER_11N_SUPPORT
+ DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 +kmod-ath +@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