mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
nvme-cli: Fix categorization
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@@ -20,9 +20,8 @@ include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/meson.mk
|
||||
|
||||
define Package/libnvme
|
||||
SECTION:=utils
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
SUBMENU:=Filesystem
|
||||
TITLE:=C Library for NVM Express on Linux
|
||||
URL:=https://github.com/linux-nvme/libnvme
|
||||
DEPENDS:=+libjson-c
|
||||
|
||||
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/meson.mk
|
||||
define Package/nvme-cli
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Filesystem
|
||||
SUBMENU:=Disc
|
||||
TITLE:=NVMe management command line interface
|
||||
URL:=https://nvmexpress.org/
|
||||
DEPENDS:=+libnvme
|
||||
|
||||
Reference in New Issue
Block a user