Skip to content

Commit

Permalink
linux_rpi{02w,1,2,3,4}: Add dtb for rpi-zero-2-w
Browse files Browse the repository at this point in the history
Given that linux_rpi02w exists (as an alias for linux_rpi3),
not having the dtb makes little sense
  • Loading branch information
jcaesar authored and alyssais committed Sep 1, 2024
1 parent 2c6b123 commit ac48445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/linux-rpi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ lib.overrideDerivation (buildLinux (args // {
copyDTB bcm2709-rpi-2-b.dtb bcm2836-rpi-2-b.dtb
'' + lib.optionalString (lib.elem stdenv.hostPlatform.system ["armv7l-linux" "aarch64-linux"]) ''
copyDTB bcm2710-rpi-zero-2.dtb bcm2837-rpi-zero-2.dtb
copyDTB bcm2710-rpi-zero-2-w.dtb bcm2837-rpi-zero-2-w.dtb
copyDTB bcm2710-rpi-3-b.dtb bcm2837-rpi-3-b.dtb
copyDTB bcm2710-rpi-3-b-plus.dtb bcm2837-rpi-3-a-plus.dtb
copyDTB bcm2710-rpi-3-b-plus.dtb bcm2837-rpi-3-b-plus.dtb
Expand Down

0 comments on commit ac48445

Please sign in to comment.