summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-17 23:34:25 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-17 23:34:25 +0000
commit0e08898f191b7a848c1f32d8d58513c47f16b6cb (patch)
treef0ea771e9557994180b379826916a008b1268ac9 /contrib
parent082fac62e72d2e2e921c5a79631b9716709b28db (diff)
parent3f84b6635b356488ee3a2bbad844bb02876a63a4 (diff)
merge of '5dc6982ea38f5357453c937c13cc8a341570c70e'
and 'b3b7b8bc7364554f922a7cbf7bab890c33ef0971'
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/angstrom/build-release.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index 1d778db69c..39108ad89b 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -37,14 +37,14 @@ for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk
do
BUILD_MACHINE=$machine
BUILD_CLEAN="libtool-cross"
- BUILD_TARGETS="minimal-image console-image"
+ BUILD_TARGETS="base-image console-image"
do_build
done
for machine in ixp4xxle ixp4xxbe
do
BUILD_MACHINE=$machine
- BUILD_TARGETS="minimal-image nslu2-base-image"
+ BUILD_TARGETS="base-image nslu2-base-image"
do_build
done
@@ -60,7 +60,7 @@ done
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 minimal-gpe-image x11-image"
+ BUILD_TARGETS="base-image console-image minimal-gpe-image x11-image"
do_build
done