mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
hook-functions: auto_add_modules: Include UFS drivers from drivers/ufs/
UFS is SCSI-like and its drivers used to be built under drivers/scsi/ufs, but in 5.19 they're moving to drivers/ufs. Keep including them in the "scsi" module class. Signed-off-by: Ben Hutchings <benh@debian.org>
This commit is contained in:
parent
5bf479d557
commit
9a4d579050
@ -692,6 +692,7 @@ auto_add_modules()
|
||||
;;
|
||||
scsi)
|
||||
copy_modules_dir kernel/drivers/scsi
|
||||
copy_modules_dir kernel/drivers/ufs
|
||||
modules="$modules mptfc mptsas mptscsih mptspi zfcp"
|
||||
;;
|
||||
ata)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user