]> git.99rst.org Git - openwrt-packages.git/commitdiff
mstflint: update to 4.37.0-1
authorTil Kaiser <redacted>
Tue, 1 Sep 2026 09:20:57 +0000 (11:20 +0200)
committerAlexandru Ardelean <redacted>
Fri, 18 Sep 2026 16:08:53 +0000 (19:08 +0300)
Update the mstflint package to the latest 4.37.0-1 release.

Also add the newly introduced mstefuse binary, which prints
fuse voltage readings, to the package installation.

Release notes:
https://github.com/Mellanox/mstflint/releases/tag/v4.37.0-1

Signed-off-by: Til Kaiser <redacted>
utils/mstflint/Makefile

index bdb05482085f9ffad399be81ea86d2bc48160229..2c0a9a8f8438272aac1a931015c0d4260d98f927 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mstflint
-PKG_VERSION:=4.36.0
+PKG_VERSION:=4.37.0
 PKG_SUBVERSION:=1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SUBVERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/Mellanox/$(PKG_NAME)/releases/download/v$(PKG_VERSION)-$(PKG_SUBVERSION)
-PKG_SOURCE_DATE:=2026-05-14
-PKG_HASH:=55f334ddefce39fe93b320786374c7c9868966b191b257327fe2c9b3b41ece26
+PKG_SOURCE_DATE:=2026-09-01
+PKG_HASH:=89299633cc78c17032547aa78b9df1d9bf08c5bd6279cde7750bd4d4367afb81
 
 PKG_MAINTAINER:=Til Kaiser <mail@tk154.de>
 PKG_LICENSE:=GPL-2.0-only
@@ -113,6 +113,7 @@ define Package/mstflint/install
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstconfig $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstcongestion $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstdevices_info $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstefuse $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstflint $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstfwctrl $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mstfwmanager $(1)/usr/bin/
git clone https://git.99rst.org/PROJECT