From fc4c7c6ec7c29bd70c433cf529681f754e7397c0 Mon Sep 17 00:00:00 2001 From: "Issam E. Maghni" Date: Tue, 4 Nov 2025 09:59:03 -0500 Subject: [PATCH] meta: rename module to pcie-brcmstb https://github.com/torvalds/linux/blob/v6.17/drivers/pci/controller/Makefile#L37 --- raspberry-pi/4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry-pi/4/default.nix b/raspberry-pi/4/default.nix index b45856ab..29f62dba 100644 --- a/raspberry-pi/4/default.nix +++ b/raspberry-pi/4/default.nix @@ -33,7 +33,7 @@ "usbhid" "usb-storage" "vc4" - "pcie_brcmstb" # required for the pcie bus to work + "pcie-brcmstb" # required for the pcie bus to work "reset-raspberrypi" # required for vl805 firmware to load ] ++ lib.optional config.boot.initrd.network.enable "genet";