From 354cc8aa572516635af855cf75a01813f25d9895 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 1 Jul 2025 21:37:05 +0200 Subject: [PATCH] package/rtl8821au: update upstream Benetti Engineering just took over Larry Finger(lwfinger)'s repository [0] rtl8821au since Larry unfortunately passed away[1](RIP) and there are pending PRs that will never be checked as stated here. So basically move github user to benetti-engineering-sas and update version with latest that fixes build failure with Linux version 6.15. And of course let's update package's URL due to the moving. [0]: https://github.com/lwfinger/rtl8812au/issues/32 [1]: https://lwn.net/Articles/979419/ Signed-off-by: Giulio Benetti Signed-off-by: Julien Olivain (cherry picked from commit 2dd7a4a374a0e585777422f2900d893a6cfcbc42) [thomas: only change the upstream] Signed-off-by: Thomas Perale --- package/rtl8821au/Config.in | 2 +- package/rtl8821au/rtl8821au.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rtl8821au/Config.in b/package/rtl8821au/Config.in index 3d7bbf643d..66e7334148 100644 --- a/package/rtl8821au/Config.in +++ b/package/rtl8821au/Config.in @@ -9,4 +9,4 @@ config BR2_PACKAGE_RTL8821AU help rtl8821au wifi driver - https://github.com/abperiasamy/rtl8812AU_8821AU_linux + https://github.com/benetti-engineering-sas/rtl8821au diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk index 9a92696437..875079703f 100644 --- a/package/rtl8821au/rtl8821au.mk +++ b/package/rtl8821au/rtl8821au.mk @@ -5,7 +5,7 @@ ################################################################################ RTL8821AU_VERSION = 8ea0ed9da764448c7310a27744ab5814289f35a8 -RTL8821AU_SITE = $(call github,lwfinger,rtl8812au,$(RTL8821AU_VERSION)) +RTL8821AU_SITE = $(call github,benetti-engineering-sas,rtl8821au,$(RTL8821AU_VERSION)) RTL8821AU_LICENSE = GPL-2.0 RTL8821AU_LICENSE_FILES = LICENSE