buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rtl8821cu: bump to version 2023-03-19 on main branch
@ 2023-03-19 19:44 Giulio Benetti
  2023-03-21  9:21 ` Christian Stewart via buildroot
  2023-05-14 12:51 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Giulio Benetti @ 2023-03-19 19:44 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

With this bump Linux 6.3 is supported.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/rtl8821cu/rtl8821cu.hash | 4 ++--
 package/rtl8821cu/rtl8821cu.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/rtl8821cu/rtl8821cu.hash b/package/rtl8821cu/rtl8821cu.hash
index e2d83adc0f..45460d6d12 100644
--- a/package/rtl8821cu/rtl8821cu.hash
+++ b/package/rtl8821cu/rtl8821cu.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  1d090da292c3f9322603846467a80278670211fcde3354dcabfe32c449992493  rtl8821cu-69c903b75bde36293c66b25c051916a74dbadf58.tar.gz
-sha256  af54d00efc57cfce664171ac8be2a20c0f290b1b5c1a67bb2eba7b6380276c4e  LICENSE
+sha256  32589c3ac3ffde6de3ecaca83570ab07a2b92a66e3265294b0469375b007a480  rtl8821cu-80781de376007ecd778dfb2bef05533e3a6cc7c6.tar.gz
+sha256  22cdb0a9cf492dbf05c5b27381a5c0e73ae0d4622427b522b0ba92b7495e5fb0  LICENSE
diff --git a/package/rtl8821cu/rtl8821cu.mk b/package/rtl8821cu/rtl8821cu.mk
index 5a93376c20..953da1f01c 100644
--- a/package/rtl8821cu/rtl8821cu.mk
+++ b/package/rtl8821cu/rtl8821cu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8821CU_VERSION = 69c903b75bde36293c66b25c051916a74dbadf58
+RTL8821CU_VERSION = 80781de376007ecd778dfb2bef05533e3a6cc7c6
 RTL8821CU_SITE = $(call github,morrownr,8821cu-20210916,$(RTL8821CU_VERSION))
 RTL8821CU_LICENSE = GPL-2.0
 RTL8821CU_LICENSE_FILES = LICENSE
-- 
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/rtl8821cu: bump to version 2023-03-19 on main branch
  2023-03-19 19:44 [Buildroot] [PATCH] package/rtl8821cu: bump to version 2023-03-19 on main branch Giulio Benetti
@ 2023-03-21  9:21 ` Christian Stewart via buildroot
  2023-05-14 12:51 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Stewart via buildroot @ 2023-03-21  9:21 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Christian Stewart, buildroot

Hi Giulio,



On Sun, Mar 19, 2023 at 12:44 PM Giulio Benetti
<giulio.benetti@benettiengineering.com> wrote:
> With this bump Linux 6.3 is supported.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/rtl8821cu/rtl8821cu.hash | 4 ++--
>  package/rtl8821cu/rtl8821cu.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/rtl8821cu/rtl8821cu.hash b/package/rtl8821cu/rtl8821cu.hash
> index e2d83adc0f..45460d6d12 100644
> --- a/package/rtl8821cu/rtl8821cu.hash
> +++ b/package/rtl8821cu/rtl8821cu.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  1d090da292c3f9322603846467a80278670211fcde3354dcabfe32c449992493  rtl8821cu-69c903b75bde36293c66b25c051916a74dbadf58.tar.gz
> -sha256  af54d00efc57cfce664171ac8be2a20c0f290b1b5c1a67bb2eba7b6380276c4e  LICENSE
> +sha256  32589c3ac3ffde6de3ecaca83570ab07a2b92a66e3265294b0469375b007a480  rtl8821cu-80781de376007ecd778dfb2bef05533e3a6cc7c6.tar.gz
> +sha256  22cdb0a9cf492dbf05c5b27381a5c0e73ae0d4622427b522b0ba92b7495e5fb0  LICENSE
> diff --git a/package/rtl8821cu/rtl8821cu.mk b/package/rtl8821cu/rtl8821cu.mk
> index 5a93376c20..953da1f01c 100644
> --- a/package/rtl8821cu/rtl8821cu.mk
> +++ b/package/rtl8821cu/rtl8821cu.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -RTL8821CU_VERSION = 69c903b75bde36293c66b25c051916a74dbadf58
> +RTL8821CU_VERSION = 80781de376007ecd778dfb2bef05533e3a6cc7c6
>  RTL8821CU_SITE = $(call github,morrownr,8821cu-20210916,$(RTL8821CU_VERSION))
>  RTL8821CU_LICENSE = GPL-2.0
>  RTL8821CU_LICENSE_FILES = LICENSE


Reviewed-by: Christian Stewart <christian@paral.in>

Thanks!
_______________________________________________
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/rtl8821cu: bump to version 2023-03-19 on main branch
  2023-03-19 19:44 [Buildroot] [PATCH] package/rtl8821cu: bump to version 2023-03-19 on main branch Giulio Benetti
  2023-03-21  9:21 ` Christian Stewart via buildroot
@ 2023-05-14 12:51 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-14 12:51 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

Giuilo, All,

On 2023-03-19 20:44 +0100, Giulio Benetti spake thusly:
> With this bump Linux 6.3 is supported.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/rtl8821cu/rtl8821cu.hash | 4 ++--
>  package/rtl8821cu/rtl8821cu.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/rtl8821cu/rtl8821cu.hash b/package/rtl8821cu/rtl8821cu.hash
> index e2d83adc0f..45460d6d12 100644
> --- a/package/rtl8821cu/rtl8821cu.hash
> +++ b/package/rtl8821cu/rtl8821cu.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  1d090da292c3f9322603846467a80278670211fcde3354dcabfe32c449992493  rtl8821cu-69c903b75bde36293c66b25c051916a74dbadf58.tar.gz
> -sha256  af54d00efc57cfce664171ac8be2a20c0f290b1b5c1a67bb2eba7b6380276c4e  LICENSE
> +sha256  32589c3ac3ffde6de3ecaca83570ab07a2b92a66e3265294b0469375b007a480  rtl8821cu-80781de376007ecd778dfb2bef05533e3a6cc7c6.tar.gz
> +sha256  22cdb0a9cf492dbf05c5b27381a5c0e73ae0d4622427b522b0ba92b7495e5fb0  LICENSE
> diff --git a/package/rtl8821cu/rtl8821cu.mk b/package/rtl8821cu/rtl8821cu.mk
> index 5a93376c20..953da1f01c 100644
> --- a/package/rtl8821cu/rtl8821cu.mk
> +++ b/package/rtl8821cu/rtl8821cu.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -RTL8821CU_VERSION = 69c903b75bde36293c66b25c051916a74dbadf58
> +RTL8821CU_VERSION = 80781de376007ecd778dfb2bef05533e3a6cc7c6
>  RTL8821CU_SITE = $(call github,morrownr,8821cu-20210916,$(RTL8821CU_VERSION))
>  RTL8821CU_LICENSE = GPL-2.0
>  RTL8821CU_LICENSE_FILES = LICENSE
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2023-05-14 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 19:44 [Buildroot] [PATCH] package/rtl8821cu: bump to version 2023-03-19 on main branch Giulio Benetti
2023-03-21  9:21 ` Christian Stewart via buildroot
2023-05-14 12:51 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).