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
___
Hi,
backports-6.1-rc8 build fails for ath9k due to a missing dependency:
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 KernelPac
Signed-off-by: Eddi De Pieri
---
.../patches/925-rt2x00-backport_rf5362.patch | 79
1 file changed, 79 insertions(+)
create mode 100644
package/kernel/mac80211/patches/925-rt2x00-backport_rf5362.patch
diff --git a/package/kernel/mac80211/patches/925-rt2x00-backpor