mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +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
|
||||
|
||||
define Package/mstflint
|
||||
SECTION:=Utilities
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Mellanox Firmware Burning and Diagnostics Tools
|
||||
URL:=https://github.com/Mellanox/mstflint
|
||||
|
||||
Reference in New Issue
Block a user