From c95e897c371ba9d3875b6bfb756491a9f11509ee Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Sun, 10 Dec 2023 21:06:45 +0100 Subject: [PATCH] x86: add MediaTek drivers Add MediaTek driver packages for MT7915 as well as MT7921 WiFi 6 cards. In addition, fix the mt7615 package name, as the driver was seperated into kernel and firmware packages. Signed-off-by: David Bauer <mail@david-bauer.net> --- targets/x86.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/targets/x86.inc b/targets/x86.inc index 7aac78684..276a460f9 100644 --- a/targets/x86.inc +++ b/targets/x86.inc @@ -37,7 +37,9 @@ packages { 'kmod-mt76x0e', 'kmod-mt76x2', 'kmod-mt7603', - 'kmod-mt7615e', + 'kmod-mt7615-firmware', + 'kmod-mt7915-firmware', + 'kmod-mt7921-firmware', } -- We do not use the ext4 images, so we do not want to build them. -- GitLab