overlay
This commit is contained in:
@@ -16,7 +16,7 @@ in
|
|||||||
filter = (if (variant == "5") then "*pi5*" else "*rpi-4-b*");
|
filter = (if (variant == "5") then "*pi5*" else "*rpi-4-b*");
|
||||||
dtsFile = (
|
dtsFile = (
|
||||||
if (variant == "5")
|
if (variant == "5")
|
||||||
then "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pwm-pio-rp1.dts"
|
then "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pwm-pio-rp1-overlay.dts"
|
||||||
else "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pwm1-overlay.dts"
|
else "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pwm1-overlay.dts"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user