diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-05 13:53:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-05 13:53:36 +0000 |
commit | 85ad8d701fd3606dabd76c7cce2c74f080d0d984 (patch) | |
tree | c76b0541a03689c24e145517e709716876f713c4 | |
parent | b6d54b3a2341b5495cd24f1cdee826c3bc2cc425 (diff) |
build-release.sh: remove console-image from ixp4xx builds
-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 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" |