mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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:
committed by
Hannu Nyman
parent
59628aaceb
commit
93d3840f1a
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user