diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-10 10:40:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-10 10:40:07 +0100 |
commit | f414069098e341f1533e26bcdd57ad7053d5dc8e (patch) | |
tree | cb0aad6ebba6a0ddab8bdb9bcf220eeaf5a7b832 /contrib | |
parent | dcdbdc69bf65359f1269d539baebdec3f0e47c7c (diff) |
angstrom image builder: remove deprecated altboot stuff, we have kexecboot now
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index d8144f80e4..0353309bd3 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -76,15 +76,6 @@ do do_build done -# build altboot images for zaurus -for machine in c7x0 poodle tosa akita spitz collie -do - BUILD_CLEAN="base-files" - BUILD_MACHINE=$machine - BUILD_TARGETS="altboot-console-image" - do_build -done - # build kexecboot kernels for supported machines for machine in h2200 hx4700 c7x0 akita spitz poodle collie do |