mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
linux-firmware: Fix mediatek mt7601u firmware path
The following linux-firmware commit moved the mt7601u firmware blob
into a mediatek/ subdirectory, update the path accordingly.
8451c2b1 ("mt76xx: Move the old Mediatek WiFi firmware to mediatek")
(From OE-Core rev: 6fa5c4967a7e70192e9233c92534f27ec3e394c8)
Fixes: 64603f602d ("linux-firmware: upgrade 20230404 -> 20230515")
(From OE-Core rev: 8f041ef841e03996768fb7e0a96a4a4d066eb796)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
76ad0319b0
commit
4dbd4e990e
@@ -417,7 +417,7 @@ LICENSE:${PN}-mt7601u-license = "Firmware-ralink_a_mediatek_company_firmware"
|
||||
|
||||
FILES:${PN}-mt7601u-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_mediatek_company_firmware"
|
||||
FILES:${PN}-mt7601u = " \
|
||||
${nonarch_base_libdir}/firmware/mt7601u.bin \
|
||||
${nonarch_base_libdir}/firmware/mediatek/mt7601u.bin \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-mt7601u += "${PN}-mt7601u-license"
|
||||
|
||||
Reference in New Issue
Block a user