* [Buildroot] [PATCH 1/1] package/linux-firmware: move old Mediatek WiFi firmware to mediatek
@ 2023-07-14 14:37 TIAN Yuanhao
2023-07-14 21:24 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: TIAN Yuanhao @ 2023-07-14 14:37 UTC (permalink / raw)
To: buildroot
See:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=8451c2b1d529dc1a49328ac9235d3cf5bb8a8fcb
Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
---
package/linux-firmware/linux-firmware.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 9383b20c15..068de3859e 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -348,7 +348,7 @@ endif
# MT7601
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7601U),y)
-LINUX_FIRMWARE_FILES += mt7601u.bin
+LINUX_FIRMWARE_FILES += mediatek/mt7601u.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ralink_a_mediatek_company_firmware
endif
@@ -360,13 +360,13 @@ endif
# MT7650
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7650),y)
-LINUX_FIRMWARE_FILES += mt7650.bin
+LINUX_FIRMWARE_FILES += mediatek/mt7650.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ralink_a_mediatek_company_firmware
endif
# MT76x2e
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT76X2E),y)
-LINUX_FIRMWARE_FILES += mt7662.bin mt7662_rom_patch.bin
+LINUX_FIRMWARE_FILES += mediatek/mt7662.bin mediatek/mt7662_rom_patch.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ralink_a_mediatek_company_firmware
endif
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/linux-firmware: move old Mediatek WiFi firmware to mediatek
[not found] <20230714143752.10215-1-tianyuanhao3__11301.4103307918$1689345521$gmane$org@163.com>
@ 2023-07-14 16:34 ` Bernd Kuhls
0 siblings, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-14 16:34 UTC (permalink / raw)
To: buildroot
Am Fri, 14 Jul 2023 14:37:52 +0000 schrieb TIAN Yuanhao:
> See:
> https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=8451c2b1d529dc1a49328ac9235d3cf5bb8a8fcb
>
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
Tested-by: Bernd Kuhls <bernd@kuhls.net>
[build-tested]
Fixes:
http://autobuild.buildroot.net/results/fd2/
fd237455c59686d04a795af8b7e54e9f4678d073//
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/linux-firmware: move old Mediatek WiFi firmware to mediatek
2023-07-14 14:37 [Buildroot] [PATCH 1/1] package/linux-firmware: move old Mediatek WiFi firmware to mediatek TIAN Yuanhao
@ 2023-07-14 21:24 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-14 21:24 UTC (permalink / raw)
To: TIAN Yuanhao; +Cc: buildroot
On Fri, 14 Jul 2023 14:37:52 +0000
TIAN Yuanhao <tianyuanhao3@163.com> wrote:
> See:
> https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=8451c2b1d529dc1a49328ac9235d3cf5bb8a8fcb
>
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
> ---
> package/linux-firmware/linux-firmware.mk | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
I've applied after adjusting the commit title (the commit is not moving
the firmware, it is fixing our package to work with the new location of
the firmware), and after adding a reference to an autobuilder build
issue fixed by this commit.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-14 21:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 14:37 [Buildroot] [PATCH 1/1] package/linux-firmware: move old Mediatek WiFi firmware to mediatek TIAN Yuanhao
2023-07-14 21:24 ` Thomas Petazzoni via buildroot
[not found] <20230714143752.10215-1-tianyuanhao3__11301.4103307918$1689345521$gmane$org@163.com>
2023-07-14 16:34 ` Bernd Kuhls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox