openwrt/package/kernel/linux
Daniel Golle 08969f61b0 kernel: add kmod-nvme package
Add driver for NVM Express block devices, ie. PCIe connected SSDs.

Targets which allow booting from NVMe (x86, maybe some mvebu boards come
to mind) should have it built-in, so rootfs can be mounted from there.
For targets without NVMe support in bootloader or BIOS/firmware it's
sufficient to provide the kernel module package.

On targets having the NVMe driver built-in the resulting kmod package
is an empty dummy. In any case, depending on or installing kmod-nvme
results in driver support being available (either because it was already
built-in or because the relevant kernel modules are added and loaded).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit dbe53352e3)
2022-10-23 13:20:32 +02:00
..
files kernel: scale nf_conntrack_max more reasonably 2022-08-11 21:54:09 +01:00
modules kernel: add kmod-nvme package 2022-10-23 13:20:32 +02:00
Makefile build: fix issues with targets installed via feeds 2022-09-27 13:45:03 +02:00