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 <wehagy@proton.me>
This commit is contained in:
Wesley Gimenes
2025-07-26 17:07:33 -03:00
committed by Hannu Nyman
parent 59628aaceb
commit 93d3840f1a

View File

@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
define Package/mstflint define Package/mstflint
SECTION:=Utilities SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Mellanox Firmware Burning and Diagnostics Tools TITLE:=Mellanox Firmware Burning and Diagnostics Tools
URL:=https://github.com/Mellanox/mstflint URL:=https://github.com/Mellanox/mstflint