diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-02-21 18:21:47 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-02-21 18:21:47 +0100 |
commit | dcbeaf393bed4d0b7071c100bf9e5d92ad3c20c5 (patch) | |
tree | 255d4e4480d05795ddb79682b4867631bc089a3c | |
parent | a6c082456cfbf6f36d388e610c8cad49d6573f3a (diff) |
angstrom-autobuilder: build kexecboot kernel for tosa too (wiped by a
bad copy&paste)
-rwxr-xr-x | contrib/angstrom/build-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 62d4e1ec0c..1cbb1e2a70 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -77,7 +77,7 @@ do done # build kexecboot kernels for supported machines -for machine in h2200 hx4700 c7x0 akita spitz poodle collie +for machine in h2200 hx4700 c7x0 akita spitz poodle collie tosa do BUILD_MACHINE=$machine BUILD_TARGETS="linux-kexecboot" |