mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-13 00:51:12 +02:00
17 lines
594 B
Diff
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
|