mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-25 22:04:40 +02:00
25 lines
768 B
Diff
25 lines
768 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
|
|
@@ -2303,7 +2303,6 @@ strip:
|
|
|
|
install:
|
|
install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR)
|
|
- /sbin/depmod -a ${KVER}
|
|
|
|
uninstall:
|
|
rm -f $(MODDESTDIR)/$(MODULE_NAME).ko
|