mt76: enable wed for filogic target only

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2023-07-06 13:40:18 +08:00
parent c90db07cf9
commit 6edc941749

View File

@@ -237,7 +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)
MODPARAMS.mt7915e:=wed_enable=Y
ifdef CONFIG_TARGET_mediatek_filogic
MODPARAMS.mt7915e:=wed_enable=Y
endif
endef
define KernelPackage/mt7916-firmware