diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index 76dcb33..c2b8cb1 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -55,6 +55,6 @@ in { copyChannel = false; inherit config lib pkgs; }; - uboot = crossPkgs.callPackage ../../hacks/orangepi5/uboot {}; + uboot = crossPkgs.callPackage ../../hacks/orangepi5plus/uboot {}; }; }