diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-09-03 12:48:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-03 13:14:18 +0200 |
commit | 8295927934cb811c49ee71fddf592eb538bd9c70 (patch) | |
tree | ff3401609e379306ad9cae46ff01a5fc38844e13 | |
parent | f1212fd9cc627851d3679a83cee88cd9f3e58f8c (diff) | |
download | buildroot-8295927934cb811c49ee71fddf592eb538bd9c70.tar.gz buildroot-8295927934cb811c49ee71fddf592eb538bd9c70.zip |
package/linux-firmware: fix typo in license info for qla2xxx
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>
-rw-r--r-- | package/linux-firmware/linux-firmware.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk index b01585fbe4..d238abe9ea 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),) |