From a9df497204283d5cf744b2b7de58778641bdd701 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 1 Jul 2025 21:37:04 +0200 Subject: [PATCH] package/rtl8723ds: update upstream Benetti Engineering just took over Larry Finger(lwfinger)'s repository [0] rtl8723ds 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 let's drop local patches that are now upstreamed as well. And of course let's update package's URL due to the moving. [0]: https://github.com/lwfinger/rtl8723ds/issues/53 [1]: https://lwn.net/Articles/979419/ Signed-off-by: Giulio Benetti Signed-off-by: Julien Olivain (cherry picked from commit 54ee4a71c0b3c775067dca517a3780f31cc7f257) [thomas: only change the upstream] Signed-off-by: Thomas Perale --- package/rtl8723ds/Config.in | 2 +- package/rtl8723ds/rtl8723ds.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rtl8723ds/Config.in b/package/rtl8723ds/Config.in index e5123a2aae..0921a55d37 100644 --- a/package/rtl8723ds/Config.in +++ b/package/rtl8723ds/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_RTL8723DS help rtl8723bs wifi driver - https://github.com/lwfinger/rtl8723ds + https://github.com/benetti-engineering-sas/rtl8723ds comment "rtl8723ds needs a Linux kernel to be built" depends on !BR2_s390x diff --git a/package/rtl8723ds/rtl8723ds.mk b/package/rtl8723ds/rtl8723ds.mk index 2536450d80..e35364aa67 100644 --- a/package/rtl8723ds/rtl8723ds.mk +++ b/package/rtl8723ds/rtl8723ds.mk @@ -5,7 +5,7 @@ ################################################################################ RTL8723DS_VERSION = 52e593e8c889b68ba58bd51cbdbcad7fe71362e4 -RTL8723DS_SITE = $(call github,lwfinger,rtl8723ds,$(RTL8723DS_VERSION)) +RTL8723DS_SITE = $(call github,benetti-engineering-sas,rtl8723ds,$(RTL8723DS_VERSION)) RTL8723DS_LICENSE = GPL-2.0 RTL8723DS_LICENSE_FILES = COPYING