package/linux-firmware: install all Qlogic QED binaries
authorJoel Stanley <joel@jms.id.au>
Thu, 13 Dec 2018 23:15:32 +0000 (09:45 +1030)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 14 Dec 2018 21:05:45 +0000 (22:05 +0100)
There are various versions shipped in linux-firmware. In the past we
decided that it was up to the developer to filter out the ones they want
for their specific kernel version, so install them all.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/linux-firmware/linux-firmware.mk

index 60f39804a24d1ab23a3c8ce1b4d544a37c933cd9..e5cd56d9a5ea8ba723e96505b29771b6ce04ab85 100644 (file)
@@ -383,7 +383,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X),y)
 LINUX_FIRMWARE_FILES += \
-       qed/qed_init_values_zipped-8.33.11.0.bin
+       qed/qed_init_values_zipped-*.bin
 # No license file; the license is in the file WHENCE
 # which is installed unconditionally
 endif