build-release.sh: remove console-image from ixp4xx builds
authorKoen Kooi <koen@openembedded.org>
Wed, 5 Dec 2007 13:53:36 +0000 (13:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 5 Dec 2007 13:53:36 +0000 (13:53 +0000)
contrib/angstrom/build-release.sh

index b6085f7..8aec5eb 100755 (executable)
@@ -33,7 +33,7 @@ do_report_success() {
 }
 
 # No graphics
-for machine in ep93xx ixp4xxle ixp4xxbe gumstix-connex efika omap5912osk
+for machine in ep93xx gumstix-connex efika omap5912osk
 do
        BUILD_MACHINE=$machine
        BUILD_TARGETS="minimal-image console-image"