update rtl8189fs to v5.11.6.0-2-gb9aa73b62.20211117

pull/1029/head
gtxaspec 2023-10-09 16:15:46 -07:00
parent 24277e412c
commit 8b0107787f
2 changed files with 4 additions and 29 deletions

View File

@ -1,25 +0,0 @@
--- a/Makefile 2022-10-26 12:12:53.000000000 +0300
+++ b/Makefile 2022-11-02 23:08:51.607642251 +0300
@@ -1,5 +1,5 @@
EXTRA_CFLAGS += $(USER_EXTRA_CFLAGS)
-EXTRA_CFLAGS += -O1
+EXTRA_CFLAGS += -Os
#EXTRA_CFLAGS += -O3
#EXTRA_CFLAGS += -Wall
#EXTRA_CFLAGS += -Wextra
@@ -88,13 +88,13 @@
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
# enable /proc/net/rtlxxxx/ debug interfaces
-CONFIG_PROC_DEBUG = y
+CONFIG_PROC_DEBUG = n
######################## Wake On Lan ##########################
CONFIG_WOWLAN = n

View File

@ -6,11 +6,11 @@
ifeq ($(LOCAL_DOWNLOAD),y) ifeq ($(LOCAL_DOWNLOAD),y)
RTL8189FS_OPENIPC_SITE_METHOD = git RTL8189FS_OPENIPC_SITE_METHOD = git
RTL8189FS_OPENIPC_SITE = https://github.com/jwrdegoede/rtl8189es_linux RTL8189FS_OPENIPC_SITE = https://github.com/gtxaspec/rtl8189fs
RTL8189FS_OPENIPC_VERSION = $(shell git ls-remote $(RTL8189FS_OPENIPC_SITE) rtl8189fs | head -1 | cut -f1) RTL8189FS_OPENIPC_VERSION = $(shell git ls-remote $(RTL8189FS_OPENIPC_SITE) master | head -1 | cut -f1)
else else
RTL8189FS_OPENIPC_SITE = https://github.com/jwrdegoede/rtl8189es_linux/archive RTL8189FS_OPENIPC_SITE = https://github.com/gtxaspec/rtl8189fs/archive
RTL8189FS_OPENIPC_SOURCE = rtl8189fs.tar.gz RTL8189FS_OPENIPC_SOURCE = master.tar.gz
endif endif
RTL8189FS_OPENIPC_LICENSE = GPL-2.0 RTL8189FS_OPENIPC_LICENSE = GPL-2.0