mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/rtl8188eu: fix build failure due to sha256_init() conflict
Bump to version 2025-12-10 on branch v5.2.2.4 to fix build failure due
to sha256_init() conflict with Kernel >= 6.18 introduced in Buildroot
commit [1].
Fixes:
https://autobuild.buildroot.org/results/12d0a01d3d3ea17bc99ee9aca5b50d20be83a5f4/
[1] a06d79862a
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
[Julien: add comment about Kernel 6.18]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
c4debc9909
commit
d655b6e4f1
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 5a19791716fecbbc353632c5fd1a84bf0565f7af1ae327f0afca7328227e06df rtl8188eu-967dbaa7dc0641042b0f103e7679cd83f9bab131.tar.gz
|
||||
sha256 bed53ce2ce2b947795f795538d823a8ecdf3845f2f7571d54ba351ddf4ddb243 rtl8188eu-2ef2819d2d3ef7701a739c66525bca4731c6abbf.tar.gz
|
||||
sha256 af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTL8188EU_VERSION = 967dbaa7dc0641042b0f103e7679cd83f9bab131
|
||||
RTL8188EU_VERSION = 2ef2819d2d3ef7701a739c66525bca4731c6abbf
|
||||
RTL8188EU_SITE = $(call github,benetti-engineering,rtl8188eu,$(RTL8188EU_VERSION))
|
||||
RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
|
||||
RTL8188EU_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user