angstrom build-feeds.sh: build kexecboot kernels
authorThomas Kunze <thommycheck@gmx.de>
Wed, 4 Feb 2009 12:47:07 +0000 (13:47 +0100)
committerThomas Kunze <thommycheck@gmx.de>
Wed, 4 Feb 2009 12:48:33 +0000 (13:48 +0100)
contrib/angstrom/build-feeds.sh

index 371ce03..0f4a1d8 100755 (executable)
@@ -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