mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-05 00:53:32 +08:00
warp: update to 20231229-5f71ec (sdk 7.6.7.2)
This commit is contained in:
parent
6f88e264a1
commit
b2bb906cb1
BIN
dl/warp_20231229-5f71ec.tar.xz
Normal file
BIN
dl/warp_20231229-5f71ec.tar.xz
Normal file
Binary file not shown.
@ -8,18 +8,13 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=warp
|
||||
|
||||
PKG_VERSION:=20221209-3e6ae1
|
||||
PKG_SOURCE:=warp_20221209-3e6ae1-src.tar.xz
|
||||
|
||||
MT7981_NEW_WOFW_DIR := mt7981-fw-20230411
|
||||
MT7986_NEW_WOFW_DIR := mt7986-fw-20230421
|
||||
PKG_VERSION:=20231229-5f71ec
|
||||
PKG_SOURCE:=warp_20231229-5f71ec.tar.xz
|
||||
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
|
||||
PKG_KCONFIG:= \
|
||||
WARP_VERSION \
|
||||
WARP_ATC_SUPPORT \
|
||||
WARP_DBG_SUPPORT \
|
||||
WARP_WDMA_RECYCLE_SUPPORT \
|
||||
WED_HW_RRO_SUPPORT \
|
||||
MTK_MEMORY_SHRINK \
|
||||
WARP_CHIPSET \
|
||||
@ -46,14 +41,6 @@ define KernelPackage/warp/config
|
||||
source "$(SOURCE)/config.in"
|
||||
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
|
||||
endif
|
||||
USE_BIN_DIR:=$(MTK_WIFI_DIR)/warp_driver/bin
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C "$(LINUX_DIR)" V=1 \
|
||||
$(KERNEL_MAKE_FLAGS) \
|
||||
@ -74,17 +61,9 @@ MAKE_FLAGS += CONFIG_SUPPORT_OPENWRT=y
|
||||
define KernelPackage/warp/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware
|
||||
if [ "$$(CONFIG_WARP_CHIPSET)" = "mt7981" ]; then \
|
||||
if [ "$$(CONFIG_WARP_NEW_FW)" = "y" ]; then \
|
||||
cp ./files/$$(MT7981_NEW_WOFW_DIR)/7981*WOCPU*_RAM_CODE_release.bin $(1)/lib/firmware/; \
|
||||
else \
|
||||
cp $(PKG_BUILD_DIR)/bin/7981*WOCPU*_RAM_CODE_release.bin $(1)/lib/firmware/; \
|
||||
fi; \
|
||||
cp $(PKG_BUILD_DIR)/bin/7981*WOCPU*_RAM_CODE_release.bin $(1)/lib/firmware/; \
|
||||
elif [ "$$(CONFIG_WARP_CHIPSET)" = "mt7986" ]; then \
|
||||
if [ "$$(CONFIG_WARP_NEW_FW)" = "y" ]; then \
|
||||
cp ./files/$$(MT7986_NEW_WOFW_DIR)/7986*WOCPU*_RAM_CODE_release.bin $(1)/lib/firmware/; \
|
||||
else \
|
||||
cp $(PKG_BUILD_DIR)/bin/7986*WOCPU*_RAM_CODE_release.bin $(1)/lib/firmware/; \
|
||||
fi; \
|
||||
cp $(PKG_BUILD_DIR)/bin/7986*WOCPU*_RAM_CODE_release.bin $(1)/lib/firmware/; \
|
||||
fi
|
||||
endef
|
||||
|
||||
|
@ -7,18 +7,10 @@ config WARP_VERSION
|
||||
default 2 if TARGET_mediatek_mt7986
|
||||
default 3 if TARGET_mediatek_mt7988
|
||||
|
||||
config WARP_ATC_SUPPORT
|
||||
bool "WARP Driver Address Translate Support for CR mirror"
|
||||
default n
|
||||
|
||||
config WARP_DBG_SUPPORT
|
||||
bool "WARP Driver Debug Info Support"
|
||||
default y
|
||||
|
||||
config WARP_WDMA_RECYCLE_SUPPORT
|
||||
bool "WARP WDMA Recycle Support"
|
||||
default n
|
||||
|
||||
config WED_HW_RRO_SUPPORT
|
||||
bool "WED HW RRO Support"
|
||||
default y
|
||||
@ -44,8 +36,4 @@ config WARP_WO_EMBEDDED_LOAD
|
||||
help
|
||||
Once enabled, firmware download flow try embedded version once externel version being invalid.
|
||||
|
||||
config WARP_NEW_FW
|
||||
bool "Use new warp firmware"
|
||||
default n
|
||||
endif
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user