mirror of https://github.com/OpenIPC/firmware.git
package: update rtl8189fs-openipc (#1029)
parent
301e446523
commit
3085892c97
|
@ -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
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
ifeq ($(LOCAL_DOWNLOAD),y)
|
||||
RTL8189FS_OPENIPC_SITE_METHOD = git
|
||||
RTL8189FS_OPENIPC_SITE = https://github.com/jwrdegoede/rtl8189es_linux
|
||||
RTL8189FS_OPENIPC_SITE = https://github.com/openipc/realtek-wlan
|
||||
RTL8189FS_OPENIPC_VERSION = $(shell git ls-remote $(RTL8189FS_OPENIPC_SITE) rtl8189fs | head -1 | cut -f1)
|
||||
else
|
||||
RTL8189FS_OPENIPC_SITE = https://github.com/jwrdegoede/rtl8189es_linux/archive
|
||||
RTL8189FS_OPENIPC_SITE = https://github.com/openipc/realtek-wlan/archive
|
||||
RTL8189FS_OPENIPC_SOURCE = rtl8189fs.tar.gz
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue