From: "Mattias Walström" <lazzer@gmail.com>
To: buildroot@buildroot.org
Cc: "Bernd Kuhls" <bernd@kuhls.net>, "Mattias Walström" <lazzer@gmail.com>
Subject: [Buildroot] [PATCH v2 1/1] package/linux-firmware: Add MediaTek MT7916 WiFi 6E firmware files
Date: Sat, 16 May 2026 21:09:18 +0200 [thread overview]
Message-ID: <20260516190918.398905-1-lazzer@gmail.com> (raw)
Signed-off-by: Mattias Walström <lazzer@gmail.com>
---
package/linux-firmware/Config.in | 5 +++++
package/linux-firmware/linux-firmware.mk | 9 +++++++++
2 files changed, 14 insertions(+)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 58ba60e9c3..d91d90e562 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -476,6 +476,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT76X2E
help
MediaTek MT76x2e
+config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7916
+ bool "MediaTek MT7916"
+ help
+ MediaTek MT7916
+
config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7921
bool "MediaTek MT7921"
help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 8187d1feaf..a9aa12a872 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -398,6 +398,15 @@ LINUX_FIRMWARE_FILES += mediatek/mt7662.bin mediatek/mt7662_rom_patch.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ralink_a_mediatek_company_firmware
endif
+# MT7916
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7916),y)
+LINUX_FIRMWARE_FILES += mediatek/mt7916_eeprom.bin \
+ mediatek/mt7916_rom_patch.bin \
+ mediatek/mt7916_wa.bin \
+ mediatek/mt7916_wm.bin
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.mediatek
+endif
+
# MT7921
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7921),y)
LINUX_FIRMWARE_FILES += mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin \
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2026-05-16 19:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-16 19:09 Mattias Walström [this message]
2026-05-29 18:08 ` [Buildroot] [PATCH v2 1/1] package/linux-firmware: Add MediaTek MT7916 WiFi 6E firmware files Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260516190918.398905-1-lazzer@gmail.com \
--to=lazzer@gmail.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox