package/linux-firmware: fix typo in license info for qla2xxx
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 3 Sep 2017 10:48:16 +0000 (12:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Sep 2017 11:14:18 +0000 (13:14 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/linux-firmware/linux-firmware.mk

index b01585fbe441739afee192e832a5b2de68733e53..d238abe9ea7f2df25543e338e5a542d34e463fe7 100644 (file)
@@ -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),)