Skip to content

Commit 52113c4

Browse files
authored
Merge pull request #1668 from concatime/fix/rename-modules
Rename some modules to their correct names
2 parents 2408493 + fc4c7c6 commit 52113c4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

dell/precision/7520/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
boot.initrd.availableKernelModules = [
1616
"xhci_pci"
1717
"ahci"
18-
"usb_storage"
18+
"usb-storage"
1919
"sd_mod"
2020
"rtsx_pci_sdmmc"
2121
];

focus/m2/gen1/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"xhci_pci"
1414
"ahci"
1515
"nvme"
16-
"usb_storage"
16+
"usb-storage"
1717
"sd_mod"
1818
"rtsx_pci_sdmmc"
1919
];

purism/librem/5r4/initrd.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lib.mkIf config.hardware.librem5.customInitrdModules {
1414
"tps6598x"
1515
"xhci_hcd"
1616
"usbcore"
17-
"usb_storage"
17+
"usb-storage"
1818
"uas"
1919
"xhci_plat_hcd"
2020
];
@@ -56,7 +56,7 @@ lib.mkIf config.hardware.librem5.customInitrdModules {
5656
"tps6598x"
5757
"xhci_hcd"
5858
"usbcore"
59-
"usb_storage"
59+
"usb-storage"
6060
"uas"
6161
"xhci_plat_hcd"
6262
];

raspberry-pi/3/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi3;
1010
initrd.availableKernelModules = [
1111
"usbhid"
12-
"usb_storage"
12+
"usb-storage"
1313
];
1414
};
1515

raspberry-pi/4/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi4;
3232
initrd.availableKernelModules = [
3333
"usbhid"
34-
"usb_storage"
34+
"usb-storage"
3535
"vc4"
36-
"pcie_brcmstb" # required for the pcie bus to work
36+
"pcie-brcmstb" # required for the pcie bus to work
3737
"reset-raspberrypi" # required for vl805 firmware to load
3838
]
3939
++ lib.optional config.boot.initrd.network.enable "genet";

raspberry-pi/5/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in
1616
initrd.availableKernelModules = [
1717
"nvme"
1818
"usbhid"
19-
"usb_storage"
19+
"usb-storage"
2020
];
2121
};
2222

0 commit comments

Comments
 (0)