mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
cdd9bee370
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
|
||
---|---|---|
.. | ||
001-depends.mk | ||
block.mk | ||
can.mk | ||
crypto.mk | ||
firewire.mk | ||
fs.mk | ||
hwmon.mk | ||
i2c.mk | ||
iio.mk | ||
input.mk | ||
leds.mk | ||
lib.mk | ||
netdevices.mk | ||
netfilter.mk | ||
netsupport.mk | ||
nls.mk | ||
other.mk | ||
pcmcia.mk | ||
sound.mk | ||
spi.mk | ||
usb.mk | ||
video.mk | ||
virt.mk | ||
w1.mk | ||
wireless.mk | ||
wpan.mk |