From d1fc513da70291c2af4fb413467b317dd59b86b9 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 1 Jul 2025 21:37:03 +0200 Subject: [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Benetti Engineering just took over Larry Finger(lwfinger)'s repository rtl8723bu since Larry unfortunately passed away[0](RIP) and there are pending PRs that will never be checked as stated here[1]. 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://lwn.net/Articles/979419/ [1]: https://github.com/lwfinger/rtl8723bu/issues/206 Fixes: still not occured. Signed-off-by: Giulio Benetti Signed-off-by: Julien Olivain --- package/rtl8723bu/Config.in | 2 +- package/rtl8723bu/rtl8723bu.hash | 2 +- package/rtl8723bu/rtl8723bu.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/rtl8723bu/Config.in b/package/rtl8723bu/Config.in index 7c624fc4d4..70d597d23e 100644 --- a/package/rtl8723bu/Config.in +++ b/package/rtl8723bu/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_RTL8723BU help rtl8723bu wifi driver - https://github.com/lwfinger/rtl8723bu + https://github.com/benetti-engineering-sas/rtl8723bu comment "rtl8723bu needs a Linux kernel to be built" depends on !BR2_s390x diff --git a/package/rtl8723bu/rtl8723bu.hash b/package/rtl8723bu/rtl8723bu.hash index 236b9a6726..c0216dd1eb 100644 --- a/package/rtl8723bu/rtl8723bu.hash +++ b/package/rtl8723bu/rtl8723bu.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 357c78d6f86794d96530155f9ba102e56421efb6fa43eb33daa0fb57354e8215 rtl8723bu-af3a408d6399655b0db23c2c8720436ca725ca47.tar.gz +sha256 e50ce66539a5216b91460b8278606874040f3c21ce8afbe1f5e84595dafa6868 rtl8723bu-523cb38e4c62bb181d6b95024884e938835cf8cf.tar.gz diff --git a/package/rtl8723bu/rtl8723bu.mk b/package/rtl8723bu/rtl8723bu.mk index 0ce8b1afad..05447ecef9 100644 --- a/package/rtl8723bu/rtl8723bu.mk +++ b/package/rtl8723bu/rtl8723bu.mk @@ -4,8 +4,8 @@ # ################################################################################ -RTL8723BU_VERSION = af3a408d6399655b0db23c2c8720436ca725ca47 -RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION)) +RTL8723BU_VERSION = 523cb38e4c62bb181d6b95024884e938835cf8cf +RTL8723BU_SITE = $(call github,benetti-engineering-sas,rtl8723bu,$(RTL8723BU_VERSION)) RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs) RTL8723BU_MODULE_MAKE_OPTS = \