mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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 <giulio.benetti@benettiengineering.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
165b12299b
commit
d1fc513da7
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 357c78d6f86794d96530155f9ba102e56421efb6fa43eb33daa0fb57354e8215 rtl8723bu-af3a408d6399655b0db23c2c8720436ca725ca47.tar.gz
|
||||
sha256 e50ce66539a5216b91460b8278606874040f3c21ce8afbe1f5e84595dafa6868 rtl8723bu-523cb38e4c62bb181d6b95024884e938835cf8cf.tar.gz
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user