mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
Merge pull request #1127 from kinvolk/firmware-20210716-main
Upgrade Linux Firmware in main from 20210511 to 20210716
This commit is contained in:
commit
40f5f348af
@ -1 +1 @@
|
||||
DIST linux-firmware-20210511.tar.xz 166689864 BLAKE2B 4c5b1ec5f8112652404730dd0ea9e6533358d8a7e91c01fc53592934b8c7d8a1757855aabc74eb5ffaf2091c656da6bf0e5d7362540434472428dc3db4cd9a8b SHA512 10073d562c386338d7c6b7efb9c24bd1959c3b640ae99fd225d5f3f3f4fe93798417f77b34585d674e3355f8dc9ae9592d23c8f13bc884716c6508f1c0714b44
|
||||
DIST linux-firmware-20210716.tar.xz 171482168 BLAKE2B 30745ffb93c1974c1bf8b70ca1140a83da9d896cc7a3e8069f00d8c4e9854c42d5c713b3ee200866387fc86dc675973ff430da3babd0b5fa5d3c69878b404058 SHA512 4353e409741ca2d129a2bfad95f8a49d8ea2517f624063a4a4b81eb7c320c2807bf8a25dc2769c5b046a9495530bd8aefbe8e625a41d044463a29f6bde8dfa71
|
||||
|
@ -59,6 +59,8 @@ RESTRICT="binchecks strip"
|
||||
# source name is linux-firmware, not coreos-firmware
|
||||
S="${WORKDIR}/linux-firmware-${PV}"
|
||||
|
||||
CXGB_VERSION="1.26.0.0"
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 99999999* ]]; then
|
||||
git-r3_src_unpack
|
||||
@ -75,9 +77,9 @@ src_unpack() {
|
||||
# way of installing the firmware files, so we need to
|
||||
# create the symlinks to avoid failures at the
|
||||
# firmware scanning stage.
|
||||
ln -sfn t4fw-1.25.4.0.bin linux-firmware-${PV}/cxgb4/t4fw.bin
|
||||
ln -sfn t5fw-1.25.4.0.bin linux-firmware-${PV}/cxgb4/t5fw.bin
|
||||
ln -sfn t6fw-1.25.4.0.bin linux-firmware-${PV}/cxgb4/t6fw.bin
|
||||
ln -sfn t4fw-${CXGB_VERSION}.bin linux-firmware-${PV}/cxgb4/t4fw.bin
|
||||
ln -sfn t5fw-${CXGB_VERSION}.bin linux-firmware-${PV}/cxgb4/t5fw.bin
|
||||
ln -sfn t6fw-${CXGB_VERSION}.bin linux-firmware-${PV}/cxgb4/t6fw.bin
|
||||
|
||||
# The xhci-pci.ko kernel module started requiring a
|
||||
# renesas_usb_fw.mem firmware file, but this file is
|
||||
|
Loading…
x
Reference in New Issue
Block a user