mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 11:28:32 +08:00
meta: rename module to usb-storage
https://github.com/torvalds/linux/blob/v6.17/drivers/usb/storage/Kconfig#L23-L24 > To compile this driver as a module, choose M here: the > module will be called usb-storage.
This commit is contained in:
@@ -14,7 +14,7 @@ lib.mkIf config.hardware.librem5.customInitrdModules {
|
||||
"tps6598x"
|
||||
"xhci_hcd"
|
||||
"usbcore"
|
||||
"usb_storage"
|
||||
"usb-storage"
|
||||
"uas"
|
||||
"xhci_plat_hcd"
|
||||
];
|
||||
@@ -56,7 +56,7 @@ lib.mkIf config.hardware.librem5.customInitrdModules {
|
||||
"tps6598x"
|
||||
"xhci_hcd"
|
||||
"usbcore"
|
||||
"usb_storage"
|
||||
"usb-storage"
|
||||
"uas"
|
||||
"xhci_plat_hcd"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user