Consolidate the unpack scripts for the bootstrap tools.
This commit is contained in:
@@ -42,10 +42,7 @@ rec {
|
||||
|
||||
builder = bootstrapFiles.busybox;
|
||||
|
||||
args = if system == "armv5tel-linux" || system == "armv6l-linux"
|
||||
|| system == "armv7l-linux"
|
||||
then [ "ash" "-e" ./scripts/unpack-bootstrap-tools-arm.sh ]
|
||||
else [ "ash" "-e" ./scripts/unpack-bootstrap-tools.sh ];
|
||||
args = [ "ash" "-e" ./scripts/unpack-bootstrap-tools.sh ];
|
||||
|
||||
tarball = bootstrapFiles.bootstrapTools;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user