Skip to content

Commit d6c73c0

Browse files
committed
overlay coreos-firmware: update versions of cxgb4 and ice
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware version to 1.27.5.0, ice firmware version to 1.3.35.0.
1 parent a0144b9 commit d6c73c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ pkg_pretend() {
9595
}
9696

9797
# Flatcar: create symlinks for cxgb and ice firmwares
98-
CXGB_VERSION="1.27.4.0"
99-
ICE_DDP_VERSION="1.3.30.0"
98+
CXGB_VERSION="1.27.5.0"
99+
ICE_DDP_VERSION="1.3.35.0"
100100

101101
src_unpack() {
102102
if [[ ${PV} == 99999999* ]]; then

0 commit comments

Comments
 (0)