Re: backport mac80211

2022-12-13 Thread Felix Fietkau
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 ___

backport mac80211

2022-12-12 Thread e9hack
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

[OpenWrt-Devel] [PATCH 5/8] BB (BACKPORT) - mac80211: add support for rf5362 (needed by vgv7519 wifi)

2014-10-10 Thread Eddi De Pieri
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