9eb3a1b89f
* [Mellanox]Integrate hw-mgmt 7.0000.3012 * [sonic-linux-kernel]Advance the submodule head Advance the sonic-linux-kernel [sFlow]: Patch to fix skb_over_panic in psample driver (#120) Added support in the kernel for fullcone 3-tuple unique nat. (#100) Adding support to compile ARM architecture (#102) [ixgbe] Support bcm54616s external phy in ixgbe (#122) Fix i2c ISMT DMA buffer alignment issue (#123) [mellanox]: Add SN4700 patches. (#126)
13 lines
409 B
Makefile
13 lines
409 B
Makefile
# Mellanox HW Management
|
|
|
|
MLNX_HW_MANAGEMENT_VERSION = 7.0000.3012
|
|
|
|
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)
|
|
|
|
SONIC_STRETCH_DEBS += $(MLNX_HW_MANAGEMENT)
|