diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-04 13:47:07 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-02-04 13:48:33 +0100 |
commit | edb5769f9fb26a5aafe185894558f2f71afacf96 (patch) | |
tree | 4d50f46e1c2616f963d6963c06bad773d13b9b57 /contrib | |
parent | 67627880e91c9b463dd7d3164ae427d42f494696 (diff) |
angstrom build-feeds.sh: build kexecboot kernels
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 7 |
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 |