* [Buildroot] [PATCH 1/1] package/linux-firmware: fix typo in license info for qla2xxx
@ 2017-09-03 10:48 Bernd Kuhls
2017-09-03 11:16 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-09-03 10:48 UTC (permalink / raw)
To: buildroot
https://git.buildroot.net/buildroot/commit/package/linux-firmware?id=91983091455e2b82432509c11f958409e7bbefcd
added support for ql2xxx adapters with the wrong filename for the
license file.
Fixes
http://autobuild.buildroot.net/results/58a/58a4112eb5ee1a3242ad17dd156f8abc977fb96c/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
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 b01585fbe..d238abe9e 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -419,7 +419,7 @@ ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_2XXX),y)
LINUX_FIRMWARE_FILES += \
ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin \
ql2400_fw.bin ql2500_fw.bin
-LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qla2xxx
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qla2xxx
endif
ifneq ($(LINUX_FIRMWARE_FILES),)
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/linux-firmware: fix typo in license info for qla2xxx
2017-09-03 10:48 [Buildroot] [PATCH 1/1] package/linux-firmware: fix typo in license info for qla2xxx Bernd Kuhls
@ 2017-09-03 11:16 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-09-03 11:16 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 3 Sep 2017 12:48:16 +0200, Bernd Kuhls wrote:
> https://git.buildroot.net/buildroot/commit/package/linux-firmware?id=91983091455e2b82432509c11f958409e7bbefcd
> added support for ql2xxx adapters with the wrong filename for the
> license file.
>
> Fixes
> http://autobuild.buildroot.net/results/58a/58a4112eb5ee1a3242ad17dd156f8abc977fb96c/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/linux-firmware/linux-firmware.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-03 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-03 10:48 [Buildroot] [PATCH 1/1] package/linux-firmware: fix typo in license info for qla2xxx Bernd Kuhls
2017-09-03 11:16 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox