mt76: enable WED offload mt7915e by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 91ad717591)
This commit is contained in:
Tianling Shen
2023-07-02 01:13:39 +08:00
parent b8491e22f5
commit a6bdabbdde
2 changed files with 2 additions and 1 deletions

View File

@@ -237,6 +237,7 @@ 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
endef
define KernelPackage/mt7916-firmware

View File

@@ -156,7 +156,7 @@ define Device/cudy_wr3000-v1
KERNEL_INITRAMFS := kernel-bin | lzma | \
fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k
IMAGE/sysupgrade.bin := append-kernel | pad-to 128k | append-rootfs | pad-rootfs | check-size | append-metadata
DEVICE_PACKAGES := kmod-mt7981-firmware
DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
endef
TARGET_DEVICES += cudy_wr3000-v1