From: Wesley Gimenes Date: Sat, 26 Jul 2025 20:07:33 +0000 (-0300) Subject: mstflint: fix SECTION variable typo X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=93d3840f1a9f34f3c215453f0808a2775bc354f7;p=feed%2Fpackages.git mstflint: fix SECTION variable typo Change SECTION variable value from `Utilities` to `utils`, probably a confusion with the variable CATEGORY. Signed-off-by: Wesley Gimenes --- diff --git a/utils/mstflint/Makefile b/utils/mstflint/Makefile index 48b304e58e..18f86f39ec 100644 --- a/utils/mstflint/Makefile +++ b/utils/mstflint/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk define Package/mstflint - SECTION:=Utilities + SECTION:=utils CATEGORY:=Utilities TITLE:=Mellanox Firmware Burning and Diagnostics Tools URL:=https://github.com/Mellanox/mstflint