Browse Source

mediatek: re-add wireless driver for TUF-AX4200

The wireless driver package was incorrectly removed from the TUF-AX4200
device-packages, resulting in images without wireless functionality.

Fixes: d98c4fb8bfab ("mediatek: broaden filogic target description")

Signed-off-by: Andrew Sim <[email protected]>
[rework commit description]
Signed-off-by: David Bauer <[email protected]>
Andrew Sim 2 years ago
parent
commit
ed2849958f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mediatek/image/filogic.mk

+ 1 - 1
target/linux/mediatek/image/filogic.mk

@@ -44,7 +44,7 @@ define Device/asus_tuf-ax4200
   DEVICE_DTS := mt7986a-asus-tuf-ax4200
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTS_LOADADDR := 0x47000000
-  DEVICE_PACKAGES := kmod-usb3
+  DEVICE_PACKAGES := kmod-usb3 kmod-mt7986-firmware mt7986-wo-firmware
   IMAGES := sysupgrade.bin
   KERNEL_LOADADDR := 0x48000000
   KERNEL = kernel-bin | lzma | \