kernel: make uas work during early boot
Add the uas(p) module to the modules loaded early on the boot process. The uas(p) is an modern alternative, which is used by the modern USB3 storage cases, compared to the bot protocol. To be able to use uas(p) storage cases for extroot, the kernel module has to be loaded before the search for extroot has been called. This patch changes the load order to support uas(p) storage cases for extroot. Signed-off-by: Daniel Albers <daniel.albers@public-files.de>
This commit is contained in:
parent
16ed8ac8e9
commit
d30c0f4d50
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ define KernelPackage/usb-storage-uas
|
|||
DEPENDS:=+kmod-usb-storage
|
||||
KCONFIG:=CONFIG_USB_UAS
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/storage/uas.ko
|
||||
AUTOLOAD:=$(call AutoProbe,uas)
|
||||
AUTOLOAD:=$(call AutoProbe,uas,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-storage-uas/description
|
||||
|
|
Loading…
Reference in a new issue