]> Git Repo - buildroot-mgba.git/commitdiff
package/linux-firmware: change Amlogic Bluetooth binary path
authorYang Li <[email protected]>
Tue, 2 Jul 2024 12:17:37 +0000 (20:17 +0800)
committerThomas Petazzoni <[email protected]>
Tue, 9 Jul 2024 21:30:06 +0000 (23:30 +0200)
Since upstream commit 7d931f8afa51d83e9eaee3a3f449bc2f86a5edf3, which
first appeared in linux-firmware 20240709, the amlogic bluetooth
firmware files have been moved from amlogic/bluetooth/ to directly
amlogic/.

Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/linux-firmware/linux-firmware.mk

index 13dbc6d98c87414c7661c580d666c6a5ffe49afa..ecf27e1642400bff8d753de2d5759854c22a4684 100644 (file)
@@ -53,7 +53,7 @@ endif
 
 # Amlogic SoC Bluetooth
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_AMLOGIC),y)
-LINUX_FIRMWARE_FILES += amlogic/bluetooth/*.bin
+LINUX_FIRMWARE_FILES += amlogic/*.bin
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.amlogic
 endif
 
This page took 0.035902 seconds and 4 git commands to generate.