U-Boot: Fix ubootTools
Oops, I forgot to test build this...
This commit is contained in:
@@ -54,6 +54,7 @@ in rec {
|
|||||||
inherit buildUBoot;
|
inherit buildUBoot;
|
||||||
|
|
||||||
ubootTools = buildUBoot rec {
|
ubootTools = buildUBoot rec {
|
||||||
|
defconfig = "allnoconfig";
|
||||||
installDir = "$out/bin";
|
installDir = "$out/bin";
|
||||||
buildFlags = "tools NO_SDL=1";
|
buildFlags = "tools NO_SDL=1";
|
||||||
dontStrip = false;
|
dontStrip = false;
|
||||||
|
|||||||
@@ -10868,6 +10868,7 @@ let
|
|||||||
# Upstream U-Boots:
|
# Upstream U-Boots:
|
||||||
inherit (callPackage ../misc/uboot {})
|
inherit (callPackage ../misc/uboot {})
|
||||||
buildUBoot
|
buildUBoot
|
||||||
|
ubootTools
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
|
|||||||
Reference in New Issue
Block a user