SBC_builder/patch/rtl8189fs/disable_debug.patch
2025-09-07 14:00:31 +02:00

17 lines
594 B
Diff

diff '--color=auto' -Naur a/Makefile b/Makefile
--- a/Makefile 2025-09-07 13:10:25.299355707 +0200
+++ bMakefile 2025-09-07 13:11:04.562221863 +0200
@@ -88,10 +88,10 @@
CONFIG_ICMP_VOQ = n
CONFIG_IP_R_MONITOR = n #arp VOQ and high rate
########################## Debug ###########################
-CONFIG_RTW_DEBUG = y
+CONFIG_RTW_DEBUG = n
# default log level is _DRV_INFO_ = 4,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
-CONFIG_RTW_LOG_LEVEL = 4
+CONFIG_RTW_LOG_LEVEL = 2
# enable /proc/net/rtlxxxx/ debug interfaces
CONFIG_PROC_DEBUG = y