Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rtl8723bu: bump version to d34603a39a7c925d810fe17c6e8dea5063d43a33
@ 2022-01-10 15:13 Michael Fischer
  2022-01-10 15:58 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Fischer @ 2022-01-10 15:13 UTC (permalink / raw)
  To: buildroot; +Cc: Michael Fischer

patch 0001: Disable concurrrent mode. This causes disconnections.

Signed-off-by: Michael Fischer <mf@go-sys.de>
---
 package/rtl8723bu/0001-disable_concurent_mode.patch | 12 ++++++++++++
 package/rtl8723bu/rtl8723bu.hash                    |  2 +-
 package/rtl8723bu/rtl8723bu.mk                      |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 package/rtl8723bu/0001-disable_concurent_mode.patch

diff --git a/package/rtl8723bu/0001-disable_concurent_mode.patch b/package/rtl8723bu/0001-disable_concurent_mode.patch
new file mode 100644
index 0000000000..037b1642fc
--- /dev/null
+++ b/package/rtl8723bu/0001-disable_concurent_mode.patch
@@ -0,0 +1,12 @@
+diff -purN a/Makefile b/Makefile
+--- a/Makefile	2021-11-04 20:36:55.000000000 +0100
++++ b/Makefile	2022-01-10 14:35:17.333934039 +0100
+@@ -18,7 +18,7 @@ EXTRA_CFLAGS += -Wno-unused-label
+ EXTRA_CFLAGS += -Wno-unused-parameter
+ EXTRA_CFLAGS += -Wno-unused-function
+ EXTRA_CFLAGS += -Wno-unused
+-EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
++#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
+ 
+ ccflags-y += -D__CHECK_ENDIAN__
+ 
diff --git a/package/rtl8723bu/rtl8723bu.hash b/package/rtl8723bu/rtl8723bu.hash
index 04bc776a07..df990a8d63 100644
--- a/package/rtl8723bu/rtl8723bu.hash
+++ b/package/rtl8723bu/rtl8723bu.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  4c7314dccebda1e55ec8dcf0d5ca8915c2490d17a9f56923f25e6e0e945c10cc  rtl8723bu-9ce1c38439f4f574bb7adaf33949835c25536a28.tar.gz
+sha256  c9cde757941c88c6117560a2c350dc9c4382dcd6a313b1cae7c6e7eade7055bf  rtl8723bu-d34603a39a7c925d810fe17c6e8dea5063d43a33.tar.gz
diff --git a/package/rtl8723bu/rtl8723bu.mk b/package/rtl8723bu/rtl8723bu.mk
index c35fad5832..e73987cfeb 100644
--- a/package/rtl8723bu/rtl8723bu.mk
+++ b/package/rtl8723bu/rtl8723bu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8723BU_VERSION = 9ce1c38439f4f574bb7adaf33949835c25536a28
+RTL8723BU_VERSION = d34603a39a7c925d810fe17c6e8dea5063d43a33
 RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION))
 RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs)
 
-- 
2.20.1

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

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

end of thread, other threads:[~2022-01-11  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-10 15:13 [Buildroot] [PATCH 1/1] package/rtl8723bu: bump version to d34603a39a7c925d810fe17c6e8dea5063d43a33 Michael Fischer
2022-01-10 15:58 ` Yann E. MORIN
2022-01-11  8:36   ` Michael Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox