diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-26 13:59:50 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-26 13:59:50 +0000 |
commit | 9cb14015c6fb87732da5bb5f35b45fb1a0774a3f (patch) | |
tree | c650c00ded8abecc05b76fa0592c37ccb6b01a14 /contrib/angstrom/build-feeds.sh | |
parent | 0ba1b284a1d780c7c2948cb994e53d607d124611 (diff) |
fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device
Diffstat (limited to 'contrib/angstrom/build-feeds.sh')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 600352ec6e..12f74a81c0 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -38,7 +38,7 @@ do_report_success() { echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder-feed.log } -for machine in ep93xx gumstix-connex gumstix-verdex efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 +for machine in ep93xx gumstix-connex gumstix-verdex efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 do BUILD_MACHINE=$machine BUILD_CLEAN="libtool-cross qmake-native qmake2-native" |