From d655b6e4f1acda1e76f9c7deb5e0bdfd888d62cb Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 10 Dec 2025 11:47:09 +0100 Subject: [PATCH] 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] https://gitlab.com/buildroot.org/buildroot/-/commit/a06d79862a60d3c8d5ddd6a9ab12b5ccdd91984c Signed-off-by: Giulio Benetti Reviewed-by: Luca Ceresoli [Julien: add comment about Kernel 6.18] Signed-off-by: Julien Olivain --- package/rtl8188eu/rtl8188eu.hash | 2 +- package/rtl8188eu/rtl8188eu.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rtl8188eu/rtl8188eu.hash b/package/rtl8188eu/rtl8188eu.hash index a32f9344cc..74f12fef29 100644 --- a/package/rtl8188eu/rtl8188eu.hash +++ b/package/rtl8188eu/rtl8188eu.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 5a19791716fecbbc353632c5fd1a84bf0565f7af1ae327f0afca7328227e06df rtl8188eu-967dbaa7dc0641042b0f103e7679cd83f9bab131.tar.gz +sha256 bed53ce2ce2b947795f795538d823a8ecdf3845f2f7571d54ba351ddf4ddb243 rtl8188eu-2ef2819d2d3ef7701a739c66525bca4731c6abbf.tar.gz sha256 af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7 COPYING diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk index 4f767a9a02..5efa5aefec 100644 --- a/package/rtl8188eu/rtl8188eu.mk +++ b/package/rtl8188eu/rtl8188eu.mk @@ -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