* [Buildroot] [PATCH] Taking over Larry Finger's repositories
@ 2025-07-01 19:37 Giulio Benetti
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Giulio Benetti
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Giulio Benetti @ 2025-07-01 19:37 UTC (permalink / raw)
To: buildroot; +Cc: Angelo Compagnucci, Christian Stewart, Giulio Benetti
I hope to do something nice by taking over Larry Finger's repositories
I've contributed through last years. This is a series of 3 packages
that move URL to my company Github as done for this pending patch:
https://patchwork.ozlabs.org/project/buildroot/patch/20250618145857.1206836-1-giulio.benetti@benettiengi
neering.com/
Best regards
Giulio Benetti
Giulio Benetti (3):
package/rtl8723bu: fix build failure with Linux 6.15
package/rtl8723ds: fix build failure with Linux 6.15
package/rtl8821au: fix build failure with Linux 6.15
package/rtl8723bu/Config.in | 2 +-
package/rtl8723bu/rtl8723bu.hash | 2 +-
package/rtl8723bu/rtl8723bu.mk | 4 +--
.../0001-Fix-build-with-Linux-6.13.patch | 35 -------------------
.../0002-Fix-build-with-Linux-6.14.patch | 33 -----------------
package/rtl8723ds/Config.in | 2 +-
package/rtl8723ds/rtl8723ds.hash | 2 +-
package/rtl8723ds/rtl8723ds.mk | 4 +--
package/rtl8821au/Config.in | 2 +-
package/rtl8821au/rtl8821au.hash | 2 +-
package/rtl8821au/rtl8821au.mk | 4 +--
11 files changed, 12 insertions(+), 80 deletions(-)
delete mode 100644 package/rtl8723ds/0001-Fix-build-with-Linux-6.13.patch
delete mode 100644 package/rtl8723ds/0002-Fix-build-with-Linux-6.14.patch
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15
2025-07-01 19:37 [Buildroot] [PATCH] Taking over Larry Finger's repositories Giulio Benetti
@ 2025-07-01 19:37 ` Giulio Benetti
2025-07-21 21:06 ` Julien Olivain via buildroot
2025-08-07 18:23 ` Thomas Perale via buildroot
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723ds: " Giulio Benetti
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8821au: " Giulio Benetti
2 siblings, 2 replies; 8+ messages in thread
From: Giulio Benetti @ 2025-07-01 19:37 UTC (permalink / raw)
To: buildroot; +Cc: Angelo Compagnucci, Christian Stewart, Giulio Benetti
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 <giulio.benetti@benettiengineering.com>
---
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 = \
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] package/rtl8723ds: fix build failure with Linux 6.15
2025-07-01 19:37 [Buildroot] [PATCH] Taking over Larry Finger's repositories Giulio Benetti
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Giulio Benetti
@ 2025-07-01 19:37 ` Giulio Benetti
2025-07-21 21:05 ` Julien Olivain via buildroot
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8821au: " Giulio Benetti
2 siblings, 1 reply; 8+ messages in thread
From: Giulio Benetti @ 2025-07-01 19:37 UTC (permalink / raw)
To: buildroot; +Cc: Angelo Compagnucci, Christian Stewart, Giulio Benetti
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/
Fixes:
still not occured.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
.../0001-Fix-build-with-Linux-6.13.patch | 35 -------------------
.../0002-Fix-build-with-Linux-6.14.patch | 33 -----------------
package/rtl8723ds/Config.in | 2 +-
package/rtl8723ds/rtl8723ds.hash | 2 +-
package/rtl8723ds/rtl8723ds.mk | 4 +--
5 files changed, 4 insertions(+), 72 deletions(-)
delete mode 100644 package/rtl8723ds/0001-Fix-build-with-Linux-6.13.patch
delete mode 100644 package/rtl8723ds/0002-Fix-build-with-Linux-6.14.patch
diff --git a/package/rtl8723ds/0001-Fix-build-with-Linux-6.13.patch b/package/rtl8723ds/0001-Fix-build-with-Linux-6.13.patch
deleted file mode 100644
index 2350dc2e5e..0000000000
--- a/package/rtl8723ds/0001-Fix-build-with-Linux-6.13.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From d71ab09447d9c3043203b5c3b5868e99bc4e0ca8 Mon Sep 17 00:00:00 2001
-From: Giulio Benetti <giulio.benetti@benettiengineering.com>
-Date: Wed, 16 Apr 2025 22:00:59 +0200
-Subject: [PATCH] Fix build with Linux 6.13
-
-Commit:
-https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9c4f830927750a2bf9fd9426a5257f0fdce3b662
-adds struct net_device *dev as argument to set_monitor_channel(), so let's
-add it to cfg80211_rtw_set_monitor_channel() according to Linux version.
-
-Upstream: https://github.com/lwfinger/rtl8723ds/pull/51
-Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
----
- os_dep/linux/ioctl_cfg80211.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c
-index 53ccef4..75391e7 100644
---- a/os_dep/linux/ioctl_cfg80211.c
-+++ b/os_dep/linux/ioctl_cfg80211.c
-@@ -4520,7 +4520,10 @@ static int cfg80211_rtw_set_channel(struct wiphy *wiphy
- }
-
- static int cfg80211_rtw_set_monitor_channel(struct wiphy *wiphy
--#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0))
-+ , struct net_device *dev
-+ , struct cfg80211_chan_def *chandef
-+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
- , struct cfg80211_chan_def *chandef
- #else
- , struct ieee80211_channel *chan
---
-2.39.5
-
diff --git a/package/rtl8723ds/0002-Fix-build-with-Linux-6.14.patch b/package/rtl8723ds/0002-Fix-build-with-Linux-6.14.patch
deleted file mode 100644
index 3027489e33..0000000000
--- a/package/rtl8723ds/0002-Fix-build-with-Linux-6.14.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d75e35dea1b2551c12e54d5997a1db946ab06080 Mon Sep 17 00:00:00 2001
-From: Giulio Benetti <giulio.benetti@benettiengineering.com>
-Date: Sun, 18 May 2025 01:24:26 +0200
-Subject: [PATCH] Fix build with Linux 6.14
-
-Commit:
-https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7a53af85d3bbdbe06cd47b81a6d99a04dc0a3963
-adds argument "unsigned int link_id" to get_tx_power(), so let's add it to
-cfg80211_rtw_get_txpower() according to Linux version.
-
-Upstream: https://github.com/lwfinger/rtl8723ds/pull/52/commits/d75e35dea1b2551c12e54d5997a1db946ab06080
-Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
----
- os_dep/linux/ioctl_cfg80211.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c
-index 75391e7..adc1fec 100644
---- a/os_dep/linux/ioctl_cfg80211.c
-+++ b/os_dep/linux/ioctl_cfg80211.c
-@@ -3362,6 +3362,9 @@ static int cfg80211_rtw_set_txpower(struct wiphy *wiphy,
- static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
- #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
- struct wireless_dev *wdev,
-+#endif
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
-+ unsigned int link_id,
- #endif
- int *dbm)
- {
---
-2.39.5
-
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.hash b/package/rtl8723ds/rtl8723ds.hash
index f2829d3f04..d647f9ff28 100644
--- a/package/rtl8723ds/rtl8723ds.hash
+++ b/package/rtl8723ds/rtl8723ds.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 4f3006ffc1604854edbd6d25ad468ca57f6bcfd7814e4dab57725f144f00aa94 rtl8723ds-52e593e8c889b68ba58bd51cbdbcad7fe71362e4.tar.gz
+sha256 97231efcd0e36b8a95c7baf2aa387fd9cf8303ddd66ce463f25c83f9f989e405 rtl8723ds-97d714fdbfc562f71f2e72e5ce6cceb8e2a8be8a.tar.gz
sha256 cd5c66af63b509ccd75ec85fee41b6e5cbb77cd6bf9392a54900acc0f02be4a6 COPYING
diff --git a/package/rtl8723ds/rtl8723ds.mk b/package/rtl8723ds/rtl8723ds.mk
index 2536450d80..f1b345d548 100644
--- a/package/rtl8723ds/rtl8723ds.mk
+++ b/package/rtl8723ds/rtl8723ds.mk
@@ -4,8 +4,8 @@
#
################################################################################
-RTL8723DS_VERSION = 52e593e8c889b68ba58bd51cbdbcad7fe71362e4
-RTL8723DS_SITE = $(call github,lwfinger,rtl8723ds,$(RTL8723DS_VERSION))
+RTL8723DS_VERSION = 97d714fdbfc562f71f2e72e5ce6cceb8e2a8be8a
+RTL8723DS_SITE = $(call github,benetti-engineering-sas,rtl8723ds,$(RTL8723DS_VERSION))
RTL8723DS_LICENSE = GPL-2.0
RTL8723DS_LICENSE_FILES = COPYING
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] package/rtl8821au: fix build failure with Linux 6.15
2025-07-01 19:37 [Buildroot] [PATCH] Taking over Larry Finger's repositories Giulio Benetti
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Giulio Benetti
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723ds: " Giulio Benetti
@ 2025-07-01 19:37 ` Giulio Benetti
2025-07-21 21:06 ` Julien Olivain via buildroot
2 siblings, 1 reply; 8+ messages in thread
From: Giulio Benetti @ 2025-07-01 19:37 UTC (permalink / raw)
To: buildroot; +Cc: Angelo Compagnucci, Christian Stewart, Giulio Benetti
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/
Fixes:
still not occured.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/rtl8821au/Config.in | 2 +-
package/rtl8821au/rtl8821au.hash | 2 +-
package/rtl8821au/rtl8821au.mk | 4 ++--
3 files changed, 4 insertions(+), 4 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.hash b/package/rtl8821au/rtl8821au.hash
index 56e5609ebd..e79e32ff3d 100644
--- a/package/rtl8821au/rtl8821au.hash
+++ b/package/rtl8821au/rtl8821au.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 fde8ca9735a6c9c4c907fb6f565185a59b04bcfa78feb2309941cc09d49c4ac7 rtl8821au-8ea0ed9da764448c7310a27744ab5814289f35a8.tar.gz
+sha256 fd02814e2ab5435cf4213aaf876d28dedccc0bec8c91ed768336727276c5eae6 rtl8821au-d0a49ba401a8661ef0cdc4cf8850bc7c927a062c.tar.gz
sha256 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7 LICENSE
diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk
index 9a92696437..9ecbbbb0b2 100644
--- a/package/rtl8821au/rtl8821au.mk
+++ b/package/rtl8821au/rtl8821au.mk
@@ -4,8 +4,8 @@
#
################################################################################
-RTL8821AU_VERSION = 8ea0ed9da764448c7310a27744ab5814289f35a8
-RTL8821AU_SITE = $(call github,lwfinger,rtl8812au,$(RTL8821AU_VERSION))
+RTL8821AU_VERSION = d0a49ba401a8661ef0cdc4cf8850bc7c927a062c
+RTL8821AU_SITE = $(call github,benetti-engineering-sas,rtl8821au,$(RTL8821AU_VERSION))
RTL8821AU_LICENSE = GPL-2.0
RTL8821AU_LICENSE_FILES = LICENSE
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH] package/rtl8723ds: fix build failure with Linux 6.15
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723ds: " Giulio Benetti
@ 2025-07-21 21:05 ` Julien Olivain via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-21 21:05 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot, Angelo Compagnucci, Christian Stewart
On 01/07/2025 21:37, Giulio Benetti wrote:
> 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/
>
> Fixes:
> still not occured.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Giulio Benetti
@ 2025-07-21 21:06 ` Julien Olivain via buildroot
2025-08-07 18:23 ` Thomas Perale via buildroot
1 sibling, 0 replies; 8+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-21 21:06 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot, Angelo Compagnucci, Christian Stewart
On 01/07/2025 21:37, Giulio Benetti wrote:
> 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 <giulio.benetti@benettiengineering.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH] package/rtl8821au: fix build failure with Linux 6.15
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8821au: " Giulio Benetti
@ 2025-07-21 21:06 ` Julien Olivain via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-21 21:06 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot, Angelo Compagnucci, Christian Stewart
On 01/07/2025 21:37, Giulio Benetti wrote:
> 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/
>
> Fixes:
> still not occured.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Giulio Benetti
2025-07-21 21:06 ` Julien Olivain via buildroot
@ 2025-08-07 18:23 ` Thomas Perale via buildroot
1 sibling, 0 replies; 8+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-07 18:23 UTC (permalink / raw)
To: Giulio Benetti; +Cc: Thomas Perale, buildroot
In reply of:
> 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 <giulio.benetti@benettiengineering.com>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> 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 = \
> --
> 2.39.5
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-08-07 18:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 19:37 [Buildroot] [PATCH] Taking over Larry Finger's repositories Giulio Benetti
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723bu: fix build failure with Linux 6.15 Giulio Benetti
2025-07-21 21:06 ` Julien Olivain via buildroot
2025-08-07 18:23 ` Thomas Perale via buildroot
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8723ds: " Giulio Benetti
2025-07-21 21:05 ` Julien Olivain via buildroot
2025-07-01 19:37 ` [Buildroot] [PATCH] package/rtl8821au: " Giulio Benetti
2025-07-21 21:06 ` Julien Olivain via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.