f080220801
Integrate hw-management package V.7.0010.2002 Bug fixes: Removing critical thermal zones to prevent unexpected software system shutdown: *Kernel 4.9 -0071-mlxsw-core-Remove-critical-trip-point-from-thermal-z.patch *Kernel 4.19 -076-mlxsw-core-Remove-critical-trip-point-from-thermal-z.patch Removing redundant link for cpld3 for fixed systems (SN2100, SN2010). Fix an issue with missed attribute for cpld3 (port CPLD) for SN2700, SN2410. Signed-off-by: Stephen Sun <stephens@nvidia.com>
11 lines
364 B
Makefile
11 lines
364 B
Makefile
# Mellanox HW Management
|
|
|
|
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2002
|
|
|
|
export MLNX_HW_MANAGEMENT_VERSION
|
|
|
|
MLNX_HW_MANAGEMENT = hw-management_1.mlnx.$(MLNX_HW_MANAGEMENT_VERSION)_amd64.deb
|
|
$(MLNX_HW_MANAGEMENT)_SRC_PATH = $(PLATFORM_PATH)/hw-management
|
|
$(MLNX_HW_MANAGEMENT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
|
SONIC_MAKE_DEBS += $(MLNX_HW_MANAGEMENT)
|