diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-12 14:28:29 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-12 14:28:29 +0000 |
commit | a0071190d32c847d55239cf814d5a33a9bf70e06 (patch) | |
tree | 566567195dcf5c3598cea22593470f50e09df7a0 /contrib | |
parent | dc090a67d832ee09497745ec9551f8fa06bde455 (diff) |
build-release.sh: Add h3900.
Diffstat (limited to 'contrib')
-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 efaaecf110..5f885b1377 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -56,7 +56,7 @@ do done # graphics, flash storage -for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h4000 poodle tosa hx4700 c7x0 spitz akita collie +for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie do BUILD_MACHINE=$machine BUILD_TARGETS="minimal-image console-image x11-image" |