aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/angstrom
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-05 13:53:36 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-05 13:53:36 +0000
commit85ad8d701fd3606dabd76c7cce2c74f080d0d984 (patch)
treec76b0541a03689c24e145517e709716876f713c4 /contrib/angstrom
parentb6d54b3a2341b5495cd24f1cdee826c3bc2cc425 (diff)
downloadopenembedded-85ad8d701fd3606dabd76c7cce2c74f080d0d984.tar.gz
build-release.sh: remove console-image from ixp4xx builds
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-xcontrib/angstrom/build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index b6085f75dd..8aec5ebebd 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -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"