sys-kernel/coreos-firmware: bump cxgb4 firmware version to 1.26.2.0

Since linux-firmware 20211027 has a new cxgb4 firmware version 1.26.2.0,
we have to bump CXGB_VERSION, to avoid build failures.
This commit is contained in:
Dongsu Park 2021-10-28 12:37:59 +02:00
parent 9fa19b06ac
commit f6b3e2d375

View File

@ -59,7 +59,7 @@ RESTRICT="binchecks strip"
# source name is linux-firmware, not coreos-firmware
S="${WORKDIR}/linux-firmware-${PV}"
CXGB_VERSION="1.26.0.0"
CXGB_VERSION="1.26.2.0"
src_unpack() {
if [[ ${PV} == 99999999* ]]; then