Disable debug into RTL8189ES build.

This commit is contained in:
andreili 2025-09-07 14:00:31 +02:00
parent 6166e0e818
commit 4045677e7c
2 changed files with 17 additions and 0 deletions

View File

@ -87,6 +87,7 @@
"version": "rtl8189fs", "version": "rtl8189fs",
"version_type": "branch", "version_type": "branch",
"target": [ "modules", "install" ], "target": [ "modules", "install" ],
"patch_dir": [ "rtl8189fs" ],
"makeopts": "CROSS_COMPILE=%{CROSS_C}% ARCH=arm64 MODDESTDIR=%{out_sh}%/kmods/usr/lib/modules/*/kernel/drivers/net/wireless KSRC=%{common_dir}%/kernel", "makeopts": "CROSS_COMPILE=%{CROSS_C}% ARCH=arm64 MODDESTDIR=%{out_sh}%/kmods/usr/lib/modules/*/kernel/drivers/net/wireless KSRC=%{common_dir}%/kernel",
"artifacts": "artifacts":
[] []

View File

@ -0,0 +1,16 @@
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