mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* Add new patches from the tag orange-pi-5.16-20220205-1958
* Remove mutually exclusive patches
* Add, sort next patches for series armbian 5.16
* Add next armbian patches to series.conf
* Swich BRANCH for sunxi: legacy=5.10 current=5.15 edge=5.16
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* Add upstream megous 5.16 patch to 5.15
* Add wifi rtl8723cs patches to series armbian
* Add a new one, remove old patches that are already in the kernel
* Add redesigned patches for 5.15 to the armbian series
* Remove unused patches
* Finish line
* The old rtl8723cs driver is disabled by default.
* Enable the old rtl8723cs driver by default.
* Comment enable\disable the old driver rtl8723cs-old
* Revert "Swich BRANCH for sunxi: legacy=5.10 current=5.15 edge=5.16"
This reverts commit aad1e92b5e
.
14 lines
467 B
Diff
14 lines
467 B
Diff
diff --git a/drivers/net/wireless/rtl8189fs/include/autoconf.h b/drivers/net/wireless/rtl8189fs/include/autoconf.h
|
|
index 44efe42..6f40903 100644
|
|
--- a/drivers/net/wireless/rtl8189fs/include/autoconf.h
|
|
+++ b/drivers/net/wireless/rtl8189fs/include/autoconf.h
|
|
@@ -224,7 +224,7 @@
|
|
/*
|
|
* Debug Related Config
|
|
*/
|
|
-#define CONFIG_DEBUG /* DBG_871X, etc... */
|
|
+//#define CONFIG_DEBUG /* DBG_871X, etc... */
|
|
|
|
#ifdef CONFIG_DEBUG
|
|
#define DBG 1 // for ODM & BTCOEX debug
|