mediatek: enable wed offloading for mt7622 by default

Closes: #1029

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 6da77bbfcf)
This commit is contained in:
Tianling Shen 2024-01-06 11:54:53 +08:00
parent dbdd239436
commit 1e499f359c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 4 additions and 4 deletions

View File

@ -237,9 +237,9 @@ define KernelPackage/mt7915e
DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core +kmod-thermal +@DRIVER_11AX_SUPPORT +@KERNEL_RELAY
FILES:= $(PKG_BUILD_DIR)/mt7915/mt7915e.ko
AUTOLOAD:=$(call AutoProbe,mt7915e)
ifdef CONFIG_TARGET_mediatek_filogic
MODPARAMS.mt7915e:=wed_enable=Y
endif
ifneq ($(CONFIG_TARGET_mediatek_filogic)$(CONFIG_TARGET_mediatek_mt7622),)
MODPARAMS.mt7915e:=wed_enable=Y
endif
endef
define KernelPackage/mt7916-firmware

View File

@ -2,7 +2,7 @@ ARCH:=aarch64
SUBTARGET:=mt7622
BOARDNAME:=MT7622
CPU_TYPE:=cortex-a53
DEFAULT_PACKAGES += kmod-mt7622-firmware wpad-openssl uboot-envtools luci-app-cpufreq
DEFAULT_PACKAGES += kmod-mt7622-firmware wpad-openssl uboot-envtools bridger luci-app-cpufreq
KERNELNAME:=Image dtbs
define Target/Description