mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-08 10:23:47 +08:00
mt798x: update mtwifi to 7.6.7.0-20221209-b9c02f
mt798x: update warp to 20221209-3e6ae1
This commit is contained in:
parent
11445710c9
commit
be6c1536e3
@ -275,4 +275,3 @@ CONFIG_first_card_name="MT7981"
|
|||||||
# CONFIG_MTK_SNIFFER_RADIOTAP_SUPPORT is not set
|
# CONFIG_MTK_SNIFFER_RADIOTAP_SUPPORT is not set
|
||||||
CONFIG_PACKAGE_kmod-ipt-offload=y
|
CONFIG_PACKAGE_kmod-ipt-offload=y
|
||||||
CONFIG_PACKAGE_kmod-nf-flow=y
|
CONFIG_PACKAGE_kmod-nf-flow=y
|
||||||
# CONFIG_WARP_ATC_SUPPORT is not set
|
|
||||||
|
@ -279,4 +279,3 @@ CONFIG_first_card_name="MT7986"
|
|||||||
# CONFIG_MTK_SNIFFER_RADIOTAP_SUPPORT is not set
|
# CONFIG_MTK_SNIFFER_RADIOTAP_SUPPORT is not set
|
||||||
CONFIG_PACKAGE_kmod-ipt-offload=y
|
CONFIG_PACKAGE_kmod-ipt-offload=y
|
||||||
CONFIG_PACKAGE_kmod-nf-flow=y
|
CONFIG_PACKAGE_kmod-nf-flow=y
|
||||||
# CONFIG_WARP_ATC_SUPPORT is not set
|
|
||||||
|
BIN
dl/mt7981-7.6.7.0-20221209-b9c02f-obj.tar.xz
Normal file
BIN
dl/mt7981-7.6.7.0-20221209-b9c02f-obj.tar.xz
Normal file
Binary file not shown.
BIN
dl/mt7981_warp-20221209-3e6ae1-obj.tar.xz
Normal file
BIN
dl/mt7981_warp-20221209-3e6ae1-obj.tar.xz
Normal file
Binary file not shown.
BIN
dl/mt7986-7.6.7.0-20221209-b9c02f-obj.tar.xz
Normal file
BIN
dl/mt7986-7.6.7.0-20221209-b9c02f-obj.tar.xz
Normal file
Binary file not shown.
BIN
dl/mt7986_warp-20221209-3e6ae1-obj.tar.xz
Normal file
BIN
dl/mt7986_warp-20221209-3e6ae1-obj.tar.xz
Normal file
Binary file not shown.
@ -9,12 +9,12 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
PKG_NAME:=mt_wifi
|
PKG_NAME:=mt_wifi
|
||||||
|
|
||||||
ifeq ($(CONFIG_MTK_CHIP_MT7981),y)
|
ifeq ($(CONFIG_MTK_CHIP_MT7981),y)
|
||||||
PKG_VERSION:=7.6.6.1-mt7981
|
PKG_VERSION:=7.6.7.0-mt7981
|
||||||
PKG_SOURCE:=mt7981-7.6.6.1-obj.tar.xz
|
PKG_SOURCE:=mt7981-7.6.7.0-20221209-b9c02f-obj.tar.xz
|
||||||
else
|
else
|
||||||
ifeq ($(CONFIG_MTK_CHIP_MT7986),y)
|
ifeq ($(CONFIG_MTK_CHIP_MT7986),y)
|
||||||
PKG_VERSION:=7.6.6.1-mt7986
|
PKG_VERSION:=7.6.7.0-mt7986
|
||||||
PKG_SOURCE:=mt7986-7.6.6.1-obj.tar.xz
|
PKG_SOURCE:=mt7986-7.6.7.0-20221209-b9c02f-obj.tar.xz
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -169,6 +169,7 @@ PKG_KCONFIG:= \
|
|||||||
ZERO_LOSS_CSA_SUPPORT \
|
ZERO_LOSS_CSA_SUPPORT \
|
||||||
VLAN_SUPPORT \
|
VLAN_SUPPORT \
|
||||||
DYNAMIC_VLAN_SUPPORT \
|
DYNAMIC_VLAN_SUPPORT \
|
||||||
|
IAP_VENDOR1_FEATURE_SUPPORT \
|
||||||
CUSTOMISED_HOSTAPD_SUPPORT \
|
CUSTOMISED_HOSTAPD_SUPPORT \
|
||||||
HOSTAPD_WPA3_SUPPORT \
|
HOSTAPD_WPA3_SUPPORT \
|
||||||
HOSTAPD_WPA3R3_SUPPORT \
|
HOSTAPD_WPA3R3_SUPPORT \
|
||||||
@ -255,14 +256,19 @@ PKG_KCONFIG:= \
|
|||||||
WIFI_SYSDVT \
|
WIFI_SYSDVT \
|
||||||
WARP_V2 \
|
WARP_V2 \
|
||||||
OCE_SUPPORT \
|
OCE_SUPPORT \
|
||||||
|
WTBL_TDD_SUPPORT \
|
||||||
|
SW_CONNECT_SUPPORT \
|
||||||
6G_SUPPORT \
|
6G_SUPPORT \
|
||||||
|
BSSMGR_CROSS_MODULE_SUPPORT \
|
||||||
WIFI_FW_BIN_LOAD \
|
WIFI_FW_BIN_LOAD \
|
||||||
CONNINFRA_APSOC \
|
CONNINFRA_APSOC \
|
||||||
MLME_MULTI_QUEUE_SUPPORT \
|
MLME_MULTI_QUEUE_SUPPORT \
|
||||||
WIFI_SKU_TYPE \
|
WIFI_SKU_TYPE \
|
||||||
MAP_R2_6E_SUPPORT \
|
MAP_R2_6E_SUPPORT \
|
||||||
|
MAP_R3_6E_SUPPORT \
|
||||||
WIFI_SKB_USES_SLAB \
|
WIFI_SKB_USES_SLAB \
|
||||||
WIFI_CSI_CN_INFO_SUPPORT \
|
WIFI_CSI_CN_INFO_SUPPORT \
|
||||||
|
6G_AFC_SUPPORT \
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:=$(foreach c, $(PKG_KCONFIG),$(if $(CONFIG_MTK_$c),CONFIG_$(c)))
|
PKG_CONFIG_DEPENDS:=$(foreach c, $(PKG_KCONFIG),$(if $(CONFIG_MTK_$c),CONFIG_$(c)))
|
||||||
|
|
||||||
|
@ -630,6 +630,20 @@ config MTK_OCE_SUPPORT
|
|||||||
depends on MTK_CHIP_MT7915 || MTK_CHIP_MT7986
|
depends on MTK_CHIP_MT7915 || MTK_CHIP_MT7986
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config MTK_WTBL_TDD_SUPPORT
|
||||||
|
bool "S/W WTBL TDD SWAP Support"
|
||||||
|
depends on MTK_WIFI_DRIVER
|
||||||
|
depends on MTK_MT_AP_SUPPORT
|
||||||
|
depends on MTK_CHIP_MT7915 || MTK_CHIP_MT7916 || MTK_CHIP_MT7986 || MTK_CHIP_MT7981
|
||||||
|
default n
|
||||||
|
|
||||||
|
config MTK_SW_CONNECT_SUPPORT
|
||||||
|
bool "Pure S/W STA Increase Connection Support"
|
||||||
|
depends on MTK_WIFI_DRIVER
|
||||||
|
depends on MTK_MT_AP_SUPPORT
|
||||||
|
depends on MTK_CHIP_MT7915 || MTK_CHIP_MT7916 || MTK_CHIP_MT7986 || MTK_CHIP_MT7981
|
||||||
|
default n
|
||||||
|
|
||||||
config MTK_MAP_SUPPORT
|
config MTK_MAP_SUPPORT
|
||||||
bool "MAP Support"
|
bool "MAP Support"
|
||||||
depends on MTK_WIFI_DRIVER
|
depends on MTK_WIFI_DRIVER
|
||||||
@ -656,6 +670,11 @@ config MTK_MAP_R2_6E_SUPPORT
|
|||||||
depends on MTK_MAP_SUPPORT
|
depends on MTK_MAP_SUPPORT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config MTK_MAP_R3_6E_SUPPORT
|
||||||
|
bool "Multi-AP R3 6E support"
|
||||||
|
depends on MTK_MAP_SUPPORT
|
||||||
|
depends on MTK_MAP_R2_6E_SUPPORT
|
||||||
|
default n
|
||||||
|
|
||||||
#config TRACE_TCP_PKT
|
#config TRACE_TCP_PKT
|
||||||
# bool "TCP DATA/ACK packets trace log"
|
# bool "TCP DATA/ACK packets trace log"
|
||||||
@ -1013,7 +1032,7 @@ config MTK_RADIUS_MAC_AUTH_SUPPORT
|
|||||||
depends on MTK_CFG80211_SUPPORT
|
depends on MTK_CFG80211_SUPPORT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config ZERO_LOSS_CSA_SUPPORT
|
config MTK_ZERO_LOSS_CSA_SUPPORT
|
||||||
bool "Zero Loss CSA Support"
|
bool "Zero Loss CSA Support"
|
||||||
depends on MTK_MT_AP_SUPPORT
|
depends on MTK_MT_AP_SUPPORT
|
||||||
default n
|
default n
|
||||||
@ -1029,6 +1048,11 @@ config MTK_CFG80211_SUPPORT
|
|||||||
depends on MTK_MT_AP_SUPPORT
|
depends on MTK_MT_AP_SUPPORT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config MTK_IAP_VENDOR1_FEATURE_SUPPORT
|
||||||
|
bool "IAP Vendor1 Feature enable"
|
||||||
|
depends on MTK_ENTERPRISE_AP_SUPPORT
|
||||||
|
default n
|
||||||
|
|
||||||
#CUSTOMISED HOSTAPD
|
#CUSTOMISED HOSTAPD
|
||||||
config MTK_CUSTOMISED_HOSTAPD_SUPPORT
|
config MTK_CUSTOMISED_HOSTAPD_SUPPORT
|
||||||
bool "Customised Hostapd Support"
|
bool "Customised Hostapd Support"
|
||||||
@ -1174,6 +1198,12 @@ config MTK_WIFI_CSI_CN_INFO_SUPPORT
|
|||||||
depends on MTK_MT_AP_SUPPORT
|
depends on MTK_MT_AP_SUPPORT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config MTK_6G_AFC_SUPPORT
|
||||||
|
bool "6G Band AFC Support"
|
||||||
|
depends on MTK_WIFI_DRIVER
|
||||||
|
depends on MTK_MT_AP_SUPPORT
|
||||||
|
default n
|
||||||
|
|
||||||
config MTK_VENDOR_FEATURE11_SUPPORT
|
config MTK_VENDOR_FEATURE11_SUPPORT
|
||||||
bool "Vendor11 Feature Enable"
|
bool "Vendor11 Feature Enable"
|
||||||
depends on MTK_WIFI_DRIVER
|
depends on MTK_WIFI_DRIVER
|
||||||
@ -1254,6 +1284,13 @@ config MTK_6G_SUPPORT
|
|||||||
help
|
help
|
||||||
Supporting 6GHz Wi-Fi
|
Supporting 6GHz Wi-Fi
|
||||||
|
|
||||||
|
config MTK_BSSMGR_CROSS_MODULE_SUPPORT
|
||||||
|
bool "WIFI 6G BSS Manager Cross Module Support"
|
||||||
|
depends on MTK_6G_SUPPORT
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Supporting 6GHz Wi-Fi BSS Manager Cross Module
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -9,12 +9,12 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
PKG_NAME:=warp
|
PKG_NAME:=warp
|
||||||
|
|
||||||
ifeq ($(CONFIG_WARP_CHIPSET),"mt7981")
|
ifeq ($(CONFIG_WARP_CHIPSET),"mt7981")
|
||||||
PKG_VERSION:=20220907-791160
|
PKG_VERSION:=20221209-3e6ae1
|
||||||
PKG_SOURCE:=mt7981_warp-20220907-791160-obj.tar.xz
|
PKG_SOURCE:=mt7981_warp-20221209-3e6ae1-obj.tar.xz
|
||||||
else
|
else
|
||||||
ifeq ($(CONFIG_WARP_CHIPSET),"mt7986")
|
ifeq ($(CONFIG_WARP_CHIPSET),"mt7986")
|
||||||
PKG_VERSION:=20220907-791160
|
PKG_VERSION:=20221209-3e6ae1
|
||||||
PKG_SOURCE:=mt7986_warp-20220907-791160-obj.tar.xz
|
PKG_SOURCE:=mt7986_warp-20221209-3e6ae1-obj.tar.xz
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -51,7 +51,11 @@ define KernelPackage/warp/config
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_WARP_VERSION), 3)
|
||||||
|
MTK_WIFI_DIR:=$(TOPDIR)/../ko_module/wlan_driver/logan
|
||||||
|
else
|
||||||
MTK_WIFI_DIR:=$(TOPDIR)/../ko_module/wlan_driver/jedi
|
MTK_WIFI_DIR:=$(TOPDIR)/../ko_module/wlan_driver/jedi
|
||||||
|
endif
|
||||||
USE_BIN_DIR:=$(MTK_WIFI_DIR)/warp_driver/bin
|
USE_BIN_DIR:=$(MTK_WIFI_DIR)/warp_driver/bin
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -2,13 +2,14 @@ if PACKAGE_kmod-warp
|
|||||||
|
|
||||||
config WARP_VERSION
|
config WARP_VERSION
|
||||||
int "WARP Driver HW Version Support"
|
int "WARP Driver HW Version Support"
|
||||||
range 1 2
|
range 1 3
|
||||||
default 1 if TARGET_mediatek_mt7622
|
default 1 if TARGET_mediatek_mt7622
|
||||||
default 2 if TARGET_mediatek_mt7627
|
default 2 if TARGET_mediatek_mt7986
|
||||||
|
default 3 if TARGET_mediatek_mt7988
|
||||||
|
|
||||||
config WARP_ATC_SUPPORT
|
config WARP_ATC_SUPPORT
|
||||||
bool "WARP Driver Address Translate Support for CR mirror"
|
bool "WARP Driver Address Translate Support for CR mirror"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config WARP_DBG_SUPPORT
|
config WARP_DBG_SUPPORT
|
||||||
bool "WARP Driver Debug Info Support"
|
bool "WARP Driver Debug Info Support"
|
||||||
@ -20,7 +21,7 @@ config WARP_WDMA_RECYCLE_SUPPORT
|
|||||||
|
|
||||||
config WED_HW_RRO_SUPPORT
|
config WED_HW_RRO_SUPPORT
|
||||||
bool "WED HW RRO Support"
|
bool "WED HW RRO Support"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config MTK_MEMORY_SHRINK
|
config MTK_MEMORY_SHRINK
|
||||||
bool "Memory Shrink"
|
bool "Memory Shrink"
|
||||||
@ -33,9 +34,9 @@ config WARP_MEMORY_LEAK_DBG
|
|||||||
|
|
||||||
config WARP_CHIPSET
|
config WARP_CHIPSET
|
||||||
string "WARP target chipset"
|
string "WARP target chipset"
|
||||||
default colgin
|
default mt7988
|
||||||
help
|
help
|
||||||
For colgin: colgin, for panther: mt7986
|
For colgin: colgin, for panther: mt7986, for jaguar: mt7988
|
||||||
|
|
||||||
config WARP_WO_EMBEDDED_LOAD
|
config WARP_WO_EMBEDDED_LOAD
|
||||||
bool "Emebedded MCU firmware support"
|
bool "Emebedded MCU firmware support"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user