All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2
@ 2020-05-31 12:11 Gonçalo Salazar
  2020-06-01 20:40 ` Sergey Matyukevich
  2020-06-06 21:32 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Gonçalo Salazar @ 2020-05-31 12:11 UTC (permalink / raw
  To: buildroot

Bumped xr819-xradio package to the latest version to fix some compilation issues when using kernel 5.6 for the orangepi-zero 

Signed-off-by: Gon?alo Salazar <glbsalazar@gmail.com>
---
 package/xr819-xradio/xr819-xradio.hash | 2 +-
 package/xr819-xradio/xr819-xradio.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/xr819-xradio/xr819-xradio.hash b/package/xr819-xradio/xr819-xradio.hash
index 393780fb30..efff92ab7d 100644
--- a/package/xr819-xradio/xr819-xradio.hash
+++ b/package/xr819-xradio/xr819-xradio.hash
@@ -1,4 +1,4 @@
 # Locally computed
-sha256 2f61f2db78d46440819af2d8191f9b5ed2bb3e5404b739f68fb0af7917d0d222 xr819-xradio-aa01ba77b9360dd734b50f5b937960a50c5a0825.tar.gz
+sha256 5900821a777b9008d7cf9b8128e0cb75a4623ecb608b45438e17c7a056cde1bf xr819-xradio-6bf0e2e21c80456e2a3d4ad1267caecde7165871.tar.gz
 # Locally computed
 sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE
diff --git a/package/xr819-xradio/xr819-xradio.mk b/package/xr819-xradio/xr819-xradio.mk
index ae3e4fbd34..c1fe3295b6 100644
--- a/package/xr819-xradio/xr819-xradio.mk
+++ b/package/xr819-xradio/xr819-xradio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XR819_XRADIO_VERSION = aa01ba77b9360dd734b50f5b937960a50c5a0825
+XR819_XRADIO_VERSION = 6bf0e2e21c80456e2a3d4ad1267caecde7165871
 XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
 XR819_XRADIO_LICENSE = GPL-2.0
 XR819_XRADIO_LICENSE_FILES = LICENSE
-- 
2.26.2

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

* [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2
  2020-05-31 12:11 [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2 Gonçalo Salazar
@ 2020-06-01 20:40 ` Sergey Matyukevich
  2020-06-01 20:51   ` Gonçalo Salazar
  2020-06-06 21:32 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Sergey Matyukevich @ 2020-06-01 20:40 UTC (permalink / raw
  To: buildroot

On Sun, May 31, 2020 at 01:11:25PM +0100, Gon?alo Salazar wrote:
> Bumped xr819-xradio package to the latest version to fix some compilation issues when using kernel 5.6 for the orangepi-zero 
> 
> Signed-off-by: Gon?alo Salazar <glbsalazar@gmail.com>

Thanks !

This new version includes quite a few fixes for the out-of-tree xradio
driver. Could you please share your experience if you had a chance to
test stability of the new xradio version ?

Regards,
Sergey

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

* [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2
  2020-06-01 20:40 ` Sergey Matyukevich
@ 2020-06-01 20:51   ` Gonçalo Salazar
  0 siblings, 0 replies; 4+ messages in thread
From: Gonçalo Salazar @ 2020-06-01 20:51 UTC (permalink / raw
  To: buildroot

You are welcome.

I did some initial testing and was able to connect to WIFI without any issues,
other than that I still haven't used extensively to get an idea. But
it seems to work fine.

Best regards,
Gon?alo Salazar

Sergey Matyukevich <geomatsi@gmail.com> escreveu no dia segunda,
1/06/2020 ?(s) 21:35:
>
> On Sun, May 31, 2020 at 01:11:25PM +0100, Gon?alo Salazar wrote:
> > Bumped xr819-xradio package to the latest version to fix some compilation issues when using kernel 5.6 for the orangepi-zero
> >
> > Signed-off-by: Gon?alo Salazar <glbsalazar@gmail.com>
>
> Thanks !
>
> This new version includes quite a few fixes for the out-of-tree xradio
> driver. Could you please share your experience if you had a chance to
> test stability of the new xradio version ?
>
> Regards,
> Sergey

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

* [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2
  2020-05-31 12:11 [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2 Gonçalo Salazar
  2020-06-01 20:40 ` Sergey Matyukevich
@ 2020-06-06 21:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-06-06 21:32 UTC (permalink / raw
  To: buildroot

On Sun, 31 May 2020 13:11:25 +0100
Gon?alo Salazar <glbsalazar@gmail.com> wrote:

> Bumped xr819-xradio package to the latest version to fix some compilation issues when using kernel 5.6 for the orangepi-zero 
> 
> Signed-off-by: Gon?alo Salazar <glbsalazar@gmail.com>
> ---
>  package/xr819-xradio/xr819-xradio.hash | 2 +-
>  package/xr819-xradio/xr819-xradio.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-06-06 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-31 12:11 [Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2 Gonçalo Salazar
2020-06-01 20:40 ` Sergey Matyukevich
2020-06-01 20:51   ` Gonçalo Salazar
2020-06-06 21:32 ` Thomas Petazzoni

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.