Revert "package/linux-firmware: change Amlogic Bluetooth binary path"

This reverts commit 179dd69969.

This commit was merged while Buildroot was still using linux-firmware
20240410, which did not contain the path change for the Amlogic
Bluetooth firmware files.

Reported-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni
2024-07-13 16:56:09 +02:00
parent 41f2567618
commit 551b922d71

View File

@@ -53,7 +53,7 @@ endif
# Amlogic SoC Bluetooth
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_AMLOGIC),y)
LINUX_FIRMWARE_FILES += amlogic/*.bin
LINUX_FIRMWARE_FILES += amlogic/bluetooth/*.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.amlogic
endif