File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ debs/{{ deb }}{{' '}}
20
20
21
21
COPY ["start.sh", "mlnx-fw-upgrade.sh", "/usr/bin/"]
22
22
COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]
23
- COPY ["/debs/fw-SPC-rel-13_1400_0122 -EVB.mfa", "/etc/mlnx/"]
23
+ COPY ["/debs/fw-SPC-rel-13_1400_0126 -EVB.mfa", "/etc/mlnx/"]
24
24
25
25
## Clean up
26
26
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
query_retry_count_max=" 10"
4
- required_fw_version=" 13.1400.0122 "
5
- fw_file=/etc/mlnx/fw-SPC-rel-13_1400_0122 -EVB.mfa
4
+ required_fw_version=" 13.1400.0126 "
5
+ fw_file=/etc/mlnx/fw-SPC-rel-13_1400_0126 -EVB.mfa
6
6
7
7
run_or_fail () {
8
8
$1
Original file line number Diff line number Diff line change 1
1
# mellanox firmware
2
2
3
- MLNX_FW = fw-SPC-rel-13_1400_0122 -EVB.mfa
3
+ MLNX_FW = fw-SPC-rel-13_1400_0126 -EVB.mfa
4
4
$(MLNX_FW)_URL = $(MLNX_SDK_BASE_URL ) /$(MLNX_FW )
5
5
SONIC_ONLINE_FILES += $(MLNX_FW )
You can’t perform that action at this time.
0 commit comments