diff options
author | Andrew Sim <andrewsimz@gmail.com> | 2023-03-29 09:48:30 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2023-03-29 17:03:42 +0200 |
commit | ed2849958f3431ef0340c071c6ca5e8e575d2028 (patch) | |
tree | a19f76572de145d56021f2c97df5faae81e4a463 /target/linux/mediatek | |
parent | cd64353bd6724207994d80826f596c7f55528c6b (diff) | |
download | upstream-ed2849958f3431ef0340c071c6ca5e8e575d2028.tar.gz upstream-ed2849958f3431ef0340c071c6ca5e8e575d2028.tar.bz2 upstream-ed2849958f3431ef0340c071c6ca5e8e575d2028.zip |
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 <andrewsimz@gmail.com>
[rework commit description]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 318052a03c..f1fa11b49a 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/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 | \ |