git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bc514e9
)
nvme-cli: Fix categorization
author
Luca Barbato
<redacted>
Mon, 7 Aug 2023 10:10:15 +0000
(10:10 +0000)
committer
Luca Barbato
<redacted>
Mon, 7 Aug 2023 10:36:43 +0000
(10:36 +0000)
Signed-off-by: Luca Barbato <redacted>
libs/libnvme/Makefile
patch
|
blob
|
history
utils/nvme-cli/Makefile
patch
|
blob
|
history
diff --git
a/libs/libnvme/Makefile
b/libs/libnvme/Makefile
index 0a459cc6893a1eec6e74ad7360ff64597ba0e695..644443aab9b66f438442aca96f7bf3e26f6f8947 100644
(file)
--- a/
libs/libnvme/Makefile
+++ b/
libs/libnvme/Makefile
@@
-20,9
+20,8
@@
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/meson.mk
define Package/libnvme
- SECTION:=
util
s
+ SECTION:=
lib
s
CATEGORY:=Libraries
- SUBMENU:=Filesystem
TITLE:=C Library for NVM Express on Linux
URL:=https://github.com/linux-nvme/libnvme
DEPENDS:=+libjson-c
diff --git
a/utils/nvme-cli/Makefile
b/utils/nvme-cli/Makefile
index b76efa91d9d6ce783116b63a7f17e87eea80f9f4..9a2ea41ffc01502958c301a009a91494c032517d 100644
(file)
--- a/
utils/nvme-cli/Makefile
+++ b/
utils/nvme-cli/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT