mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
sys-kernel/coreos-firmware: fix build issues with cxgb4 firmware
Fix build issues when building firmware 20220209 by bumping the cxbg4 firmware version to 1.26.6.0. Without that, build fails like: ``` * Scanning for files required by 5.15.22-flatcar * Missing firmware: cxgb4/t6fw.bin (cxgb4.ko.xz) * Missing firmware: cxgb4/t5fw.bin (cxgb4.ko.xz) * Missing firmware: cxgb4/t4fw.bin (cxgb4.ko.xz) ```
This commit is contained in:
parent
3f1811585f
commit
020beddd07
@ -59,7 +59,7 @@ RESTRICT="binchecks strip"
|
||||
# source name is linux-firmware, not coreos-firmware
|
||||
S="${WORKDIR}/linux-firmware-${PV}"
|
||||
|
||||
CXGB_VERSION="1.26.4.0"
|
||||
CXGB_VERSION="1.26.6.0"
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 99999999* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user