mediatek: enable wed offloading for mt7622 by default

Closes: #1029

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-01-06 11:54:53 +08:00
parent a821a4df37
commit 6da77bbfcf
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
DEFAULT_PACKAGES += kmod-mt7622-firmware wpad-openssl uboot-envtools bridger
KERNELNAME:=Image dtbs
define Target/Description