aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/angstrom/build-feeds.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index 371ce03625..0f4a1d8946 100755
--- a/contrib/angstrom/build-feeds.sh
+++ b/contrib/angstrom/build-feeds.sh
@@ -354,3 +354,10 @@ do
do_build
done
+for machine in collie, h2200 hx4700 spitz akita tosa poodle c7x0
+do
+ BUILD_MACHINE=$machine
+ BUILD_TARGETS="linux-kexecboot \
+ "
+ do_build
+done