Przeglądaj źródła

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 <giulio.benetti@benettiengineering.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 54ee4a71c0b3c775067dca517a3780f31cc7f257)
[thomas: only change the upstream]
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Giulio Benetti 1 miesiąc temu
rodzic
commit
6481d406c2
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      package/rtl8723ds/Config.in
  2. 1 1
      package/rtl8723ds/rtl8723ds.mk

+ 1 - 1
package/rtl8723ds/Config.in

@@ -5,7 +5,7 @@ config BR2_PACKAGE_RTL8723DS
 	help
 	help
 	  rtl8723bs wifi driver
 	  rtl8723bs wifi driver
 
 
-	  https://github.com/lwfinger/rtl8723ds
+	  https://github.com/benetti-engineering-sas/rtl8723ds
 
 
 comment "rtl8723ds needs a Linux kernel to be built"
 comment "rtl8723ds needs a Linux kernel to be built"
 	depends on !BR2_s390x
 	depends on !BR2_s390x

+ 1 - 1
package/rtl8723ds/rtl8723ds.mk

@@ -5,7 +5,7 @@
 ################################################################################
 ################################################################################
 
 
 RTL8723DS_VERSION = 52e593e8c889b68ba58bd51cbdbcad7fe71362e4
 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 = GPL-2.0
 RTL8723DS_LICENSE_FILES = COPYING
 RTL8723DS_LICENSE_FILES = COPYING