From 6e9f22ecdf96e9d1307e0147be9f65d153473592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 29 Feb 2024 10:05:46 +0200 Subject: [PATCH] orangepi5plus: fix path --- shared/platform/orangepi5plus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}; }; }