All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] rtl8821au: bump to 2020.01 commit hash
@ 2020-01-10  5:00 Christian Stewart
  2020-01-10 10:04 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Stewart @ 2020-01-10  5:00 UTC (permalink / raw)
  To: buildroot

Bumps rtl8821au to the 2020.01 master commit hash:

  fa68771376a637c0b5f9cfa53da008570939a259

https://github.com/abperiasamy/rtl8812AU_8821AU_linux

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/rtl8821au/rtl8821au.hash | 2 +-
 package/rtl8821au/rtl8821au.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rtl8821au/rtl8821au.hash b/package/rtl8821au/rtl8821au.hash
index f35d57910c..503a8866d7 100644
--- a/package/rtl8821au/rtl8821au.hash
+++ b/package/rtl8821au/rtl8821au.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 23889fe4bf518dbadcbfac613f64a74bbce177267d9337a98843e4e7de8f1896  rtl8821au-b018b446fb0729fa659e7eead475d6c13f192642.tar.gz
+sha256  ac5a7c4f25509f754d0d386185940a21758544b0d25b9fc760154c468f6767cf  rtl8821au-fa68771376a637c0b5f9cfa53da008570939a259.tar.gz
diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk
index b6ad431b8b..c3f0d9192a 100644
--- a/package/rtl8821au/rtl8821au.mk
+++ b/package/rtl8821au/rtl8821au.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8821AU_VERSION = b018b446fb0729fa659e7eead475d6c13f192642
+RTL8821AU_VERSION = fa68771376a637c0b5f9cfa53da008570939a259
 RTL8821AU_SITE = $(call github,abperiasamy,rtl8812AU_8821AU_linux,$(RTL8821AU_VERSION))
 RTL8821AU_LICENSE = GPL-2.0
 RTL8821AU_LICENSE_FILES = LICENSE
-- 
2.24.1

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

* [Buildroot] [PATCH 1/1] rtl8821au: bump to 2020.01 commit hash
  2020-01-10  5:00 [Buildroot] [PATCH 1/1] rtl8821au: bump to 2020.01 commit hash Christian Stewart
@ 2020-01-10 10:04 ` Peter Korsgaard
  2020-01-11  4:23   ` Christian Stewart
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2020-01-10 10:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > Bumps rtl8821au to the 2020.01 master commit hash:

What do you mean with 2020.01? I thought you were referring to a tag,
but I don't see any tags in that repo.

 >   fa68771376a637c0b5f9cfa53da008570939a259

Looking at that commit in github:

https://github.com/abperiasamy/rtl8812AU_8821AU_linux/commit/fa68771376a637c0b5f9cfa53da008570939a259

I see people are having problems and some discussion about reverting it,
so are you sure we should be using it in Buildroot?

And finally, the commit message should be prefixed with
package/rtl8821au like your other patch.

 > https://github.com/abperiasamy/rtl8812AU_8821AU_linux

 > Signed-off-by: Christian Stewart <christian@paral.in>
 > ---
 >  package/rtl8821au/rtl8821au.hash | 2 +-
 >  package/rtl8821au/rtl8821au.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/rtl8821au/rtl8821au.hash b/package/rtl8821au/rtl8821au.hash
 > index f35d57910c..503a8866d7 100644
 > --- a/package/rtl8821au/rtl8821au.hash
 > +++ b/package/rtl8821au/rtl8821au.hash
 > @@ -1,2 +1,2 @@
 >  # Locally calculated
 > -sha256 23889fe4bf518dbadcbfac613f64a74bbce177267d9337a98843e4e7de8f1896  rtl8821au-b018b446fb0729fa659e7eead475d6c13f192642.tar.gz
 > +sha256  ac5a7c4f25509f754d0d386185940a21758544b0d25b9fc760154c468f6767cf  rtl8821au-fa68771376a637c0b5f9cfa53da008570939a259.tar.gz
 > diff --git a/package/rtl8821au/rtl8821au.mk b/package/rtl8821au/rtl8821au.mk
 > index b6ad431b8b..c3f0d9192a 100644
 > --- a/package/rtl8821au/rtl8821au.mk
 > +++ b/package/rtl8821au/rtl8821au.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -RTL8821AU_VERSION = b018b446fb0729fa659e7eead475d6c13f192642
 > +RTL8821AU_VERSION = fa68771376a637c0b5f9cfa53da008570939a259
 >  RTL8821AU_SITE = $(call github,abperiasamy,rtl8812AU_8821AU_linux,$(RTL8821AU_VERSION))
 >  RTL8821AU_LICENSE = GPL-2.0
 >  RTL8821AU_LICENSE_FILES = LICENSE
 > -- 
 > 2.24.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] rtl8821au: bump to 2020.01 commit hash
  2020-01-10 10:04 ` Peter Korsgaard
@ 2020-01-11  4:23   ` Christian Stewart
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Stewart @ 2020-01-11  4:23 UTC (permalink / raw)
  To: buildroot

Hi Peter,


On Fri, Jan 10, 2020 at 2:04 AM Peter Korsgaard <peter@korsgaard.com> wrote:
> What do you mean with 2020.01? I thought you were referring to a tag,
> but I don't see any tags in that repo.

I'm just indicating that it's the latest version as of January 2020.

>  >   fa68771376a637c0b5f9cfa53da008570939a259
>
> Looking at that commit in github:
>
> https://github.com/abperiasamy/rtl8812AU_8821AU_linux/commit/fa68771376a637c0b5f9cfa53da008570939a259
>
> I see people are having problems and some discussion about reverting it,
> so are you sure we should be using it in Buildroot?

I actually noticed this about an hour after submitting the patch and
marked it as Superceeded in patchwork.

> And finally, the commit message should be prefixed with
> package/rtl8821au like your other patch.

ack.

Best,
Christian

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

end of thread, other threads:[~2020-01-11  4:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10  5:00 [Buildroot] [PATCH 1/1] rtl8821au: bump to 2020.01 commit hash Christian Stewart
2020-01-10 10:04 ` Peter Korsgaard
2020-01-11  4:23   ` Christian Stewart

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.