orangepi5plus: fix path
This commit is contained in:
parent
86302c7dd2
commit
6e9f22ecdf
|
@ -55,6 +55,6 @@ in {
|
||||||
copyChannel = false;
|
copyChannel = false;
|
||||||
inherit config lib pkgs;
|
inherit config lib pkgs;
|
||||||
};
|
};
|
||||||
uboot = crossPkgs.callPackage ../../hacks/orangepi5/uboot {};
|
uboot = crossPkgs.callPackage ../../hacks/orangepi5plus/uboot {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue