mirror of
https://github.com/armbian/build.git
synced 2025-08-09 20:56:57 +02:00
* Bumping EDGE kernel to 5.14.y Meson64: - removing Odroid reboot shutdown patch since its probably not needed anymore Rockchip64: - removing Rockpi S. No interest to maintain this any further - removing PBP suspend. Doesn’t align. Need inspection if some other way was mainstreamed - temporally removing Orangepi R1 * Re-adding rockpis, pbp suspend, HFLPS170 wifi and cleanup * Removing deprecated patch, fixing ap6256 wifi * Re-enable Opi R1 plus, untest * Add and fix Radxa Zero
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
|