Make a package for nvme-cli and include it into the images. #48
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Sysdeploy/openwrt#48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lee.miller/openwrt:nvme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
Addressing the #47. The
nvme-cli
is actually a mega-package which includes alsolibnvme
andjson-c
. The dependencies can be separated into additional packages if there will be other depending packages in the future.I'll check it tomorrow, in the meantime can you move the installation to the
waveshare
image? I don't need it in the other two.e75e49e588
to5aa3141ed8
Done. Should I move also
kmod-nvme
?5aa3141ed8
todef7d4097f
Yes that's a great idea please do that.
It works, except the name of the executable but that's not a big deal.
@ -0,0 +34,4 @@
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/nvme $(1)/usr/sbin/nvme-cli
It shouldn't be
nvme-cli
, it isn't callednvme-cli
in Ubuntu for example. Justnvme
.def7d4097f
toaed9b64b71
All good.