mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
ubootClearfog: fix output file name
Renamed upstream.
This commit is contained in:
parent
ba9e0d2e3f
commit
6a62bacc28
@ -198,7 +198,7 @@ in {
|
||||
ubootClearfog = buildUBoot {
|
||||
defconfig = "clearfog_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
filesToInstall = ["u-boot-spl.kwb"];
|
||||
filesToInstall = ["u-boot-with-spl.kwb"];
|
||||
};
|
||||
|
||||
ubootCubieboard2 = buildUBoot {
|
||||
|
Loading…
Reference in New Issue
Block a user