From f414069098e341f1533e26bcdd57ad7053d5dc8e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 10 Feb 2009 10:40:07 +0100 Subject: angstrom image builder: remove deprecated altboot stuff, we have kexecboot now --- contrib/angstrom/build-release.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'contrib/angstrom') 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 -- cgit 1.2.3-korg