mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-13 09:01:12 +02:00
Disable debug into RTL8189ES build.
This commit is contained in:
parent
6166e0e818
commit
4045677e7c
@ -87,6 +87,7 @@
|
||||
"version": "rtl8189fs",
|
||||
"version_type": "branch",
|
||||
"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",
|
||||
"artifacts":
|
||||
[]
|
||||
|
16
patch/rtl8189fs/disable_debug.patch
Normal file
16
patch/rtl8189fs/disable_debug.patch
Normal 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
|
Loading…
x
Reference in New Issue
Block a user