diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-02-06 15:24:56 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-05 22:39:14 +0100 |
commit | ff27ab5329af1d05779ed21a94df175c164c1f39 (patch) | |
tree | e2757735c8236fa5b52cd4a17019add5e6612b17 | |
parent | af699b3d1fcc130dd4c8e18192b72908c6490ac6 (diff) | |
download | buildroot-ff27ab5329af1d05779ed21a94df175c164c1f39.tar.gz buildroot-ff27ab5329af1d05779ed21a94df175c164c1f39.zip |
linux-firmware: t5fw bump to version 1.16.26.0
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/linux-firmware/linux-firmware.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk index a66ecd7e67..bfcd2ef096 100644 --- a/package/linux-firmware/linux-firmware.mk +++ b/package/linux-firmware/linux-firmware.mk @@ -312,8 +312,8 @@ LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware endif ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5),y) -# cxgb4/t5fw.bin is a symlink to cxgb4/t5fw-1.14.4.0.bin -LINUX_FIRMWARE_FILES += cxgb4/t5fw-1.14.4.0.bin cxgb4/t5fw.bin +# cxgb4/t5fw.bin is a symlink to cxgb4/t5fw-1.16.26.0.bin +LINUX_FIRMWARE_FILES += cxgb4/t5fw-1.16.26.0.bin cxgb4/t5fw.bin LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware endif |