diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-23 11:54:42 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-23 11:54:42 +0000 |
commit | 4983c4ad1a5ca5d9d1089197b57ce58f7078ffef (patch) | |
tree | abf971e877f27164a3b310251c8eb6ecc95bf107 | |
parent | 20e5fbe217c05900868741ec16b09092eaf0830a (diff) |
contrib/angstrom/build-release.sh: Add h5000.
* Now that there're people who are willing to test it.
-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 54c9fb4fa4..e1e803fcdc 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -69,7 +69,7 @@ do done # graphics, flash storage -for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie simpad +for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine |