All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rtl8188eu: bump to 2024-02-06 version on v5.2.2.4 branch
@ 2024-02-07 21:47 Giulio Benetti
  2024-04-18 14:03 ` Giulio Benetti
  0 siblings, 1 reply; 3+ messages in thread
From: Giulio Benetti @ 2024-02-07 21:47 UTC (permalink / raw
  To: buildroot; +Cc: Giulio Benetti, Luca Ceresoli

This version allows to build with Linux 6.8

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 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 eb28e6cf0a..4f8f83e78c 100644
--- a/package/rtl8188eu/rtl8188eu.hash
+++ b/package/rtl8188eu/rtl8188eu.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  8cb10a047d39f13c776b0097ef1290f6b3c63590fd57bc0827e8638c878819f0  rtl8188eu-306f3e62cf7cddf8cee74f70f88a7a7b3af46f56.tar.gz
+sha256  507d32eb91d3d407c7758319c81a36a9dc69e2b89378cabcd382411153927b7b  rtl8188eu-f42fc9c45d2086c415dce70d3018031b54a7beef.tar.gz
 sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
index 36a84d34de..eca0fb8007 100644
--- a/package/rtl8188eu/rtl8188eu.mk
+++ b/package/rtl8188eu/rtl8188eu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8188EU_VERSION = 306f3e62cf7cddf8cee74f70f88a7a7b3af46f56
+RTL8188EU_VERSION = f42fc9c45d2086c415dce70d3018031b54a7beef
 RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
 RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
 RTL8188EU_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/rtl8188eu: bump to 2024-02-06 version on v5.2.2.4 branch
  2024-02-07 21:47 [Buildroot] [PATCH] package/rtl8188eu: bump to 2024-02-06 version on v5.2.2.4 branch Giulio Benetti
@ 2024-04-18 14:03 ` Giulio Benetti
  2024-04-22  9:40   ` Luca Ceresoli via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Giulio Benetti @ 2024-04-18 14:03 UTC (permalink / raw
  To: buildroot; +Cc: Luca Ceresoli

On 07/02/24 22:47, Giulio Benetti wrote:
> This version allows to build with Linux 6.8

Fixes:
http://autobuild.buildroot.net/results/c2524c7580d97f7387ec22da62be71d77f2ed8ec

-- 
Giulio Benetti
CEO&CTO@Benetti Engineering sas

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   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 eb28e6cf0a..4f8f83e78c 100644
> --- a/package/rtl8188eu/rtl8188eu.hash
> +++ b/package/rtl8188eu/rtl8188eu.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  8cb10a047d39f13c776b0097ef1290f6b3c63590fd57bc0827e8638c878819f0  rtl8188eu-306f3e62cf7cddf8cee74f70f88a7a7b3af46f56.tar.gz
> +sha256  507d32eb91d3d407c7758319c81a36a9dc69e2b89378cabcd382411153927b7b  rtl8188eu-f42fc9c45d2086c415dce70d3018031b54a7beef.tar.gz
>   sha256  af8067302947c01fd9eee72befa54c7e3ef8a48fecde7fd71277f2290b2bf0f7  COPYING
> diff --git a/package/rtl8188eu/rtl8188eu.mk b/package/rtl8188eu/rtl8188eu.mk
> index 36a84d34de..eca0fb8007 100644
> --- a/package/rtl8188eu/rtl8188eu.mk
> +++ b/package/rtl8188eu/rtl8188eu.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -RTL8188EU_VERSION = 306f3e62cf7cddf8cee74f70f88a7a7b3af46f56
> +RTL8188EU_VERSION = f42fc9c45d2086c415dce70d3018031b54a7beef
>   RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
>   RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
>   RTL8188EU_LICENSE_FILES = COPYING

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/rtl8188eu: bump to 2024-02-06 version on v5.2.2.4 branch
  2024-04-18 14:03 ` Giulio Benetti
@ 2024-04-22  9:40   ` Luca Ceresoli via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Luca Ceresoli via buildroot @ 2024-04-22  9:40 UTC (permalink / raw
  To: Giulio Benetti; +Cc: buildroot

Hi Giulio,

On Thu, 18 Apr 2024 16:03:02 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> On 07/02/24 22:47, Giulio Benetti wrote:
> > This version allows to build with Linux 6.8  
> 
> Fixes:
> http://autobuild.buildroot.net/results/c2524c7580d97f7387ec22da62be71d77f2ed8ec

Ouch, had missed this!

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-22  9:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07 21:47 [Buildroot] [PATCH] package/rtl8188eu: bump to 2024-02-06 version on v5.2.2.4 branch Giulio Benetti
2024-04-18 14:03 ` Giulio Benetti
2024-04-22  9:40   ` Luca Ceresoli 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.