mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 02:40:19 +00:00
kernel: Autoload nvme at preinit time
This way is possible to mount nvme extroots.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit 0fe9a8ca94
)
This commit is contained in:
parent
ac34f6469e
commit
40f9514e80
@ -505,7 +505,7 @@ define KernelPackage/nvme
|
|||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/nvme/host/nvme-core.ko \
|
$(LINUX_DIR)/drivers/nvme/host/nvme-core.ko \
|
||||||
$(LINUX_DIR)/drivers/nvme/host/nvme.ko
|
$(LINUX_DIR)/drivers/nvme/host/nvme.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,nvme-core nvme)
|
AUTOLOAD:=$(call AutoLoad,30,nvme-core nvme,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/nvme/description
|
define KernelPackage/nvme/description
|
||||||
|
Loading…
Reference in New Issue
Block a user