[Buildroot] [git commit branch/2018.11.x] package/linux-firmware: install all Qlogic QED binaries

Peter Korsgaard peter at korsgaard.com
Sun Dec 16 21:51:10 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=038c3724fabd155792fd56e393708585db71cd80
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

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 at jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 6a6f9306d8788829bcd1febc820c5b231f06fbb5)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/linux-firmware/linux-firmware.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 4eba57434b..1c8bc3010a 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -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


More information about the buildroot mailing list