I add back the arm unpack script
The unified made by ambro doesn't work for me in the sheevaplug.
This commit is contained in:
@@ -44,7 +44,10 @@ rec {
|
||||
|
||||
builder = bootstrapFiles.busybox;
|
||||
|
||||
args = [ "ash" "-e" ./scripts/unpack-bootstrap-tools.sh ];
|
||||
args = if system == "armv5tel-linux" then
|
||||
[ "ash" "-e" ./scripts/unpack-bootstrap-tools-arm.sh ]
|
||||
else
|
||||
[ "ash" "-e" ./scripts/unpack-bootstrap-tools.sh ];
|
||||
|
||||
tarball = bootstrapFiles.bootstrapTools;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user