diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-24 08:28:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-24 08:28:36 +0000 |
commit | b8b64177cef7a46e9e88f4b27c7cea282aab44ba (patch) | |
tree | f52eb73939c49c94a01af3c73014fc201da7b934 /contrib/angstrom/build-release.sh | |
parent | 608343b79b2001cadb5c3e7902321b02492d0e0e (diff) |
angstrom build-*: sync with autobuilder
Diffstat (limited to 'contrib/angstrom/build-release.sh')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index e1e803fcdc..3c0bda25fe 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -55,7 +55,7 @@ for machine in ixp4xxle ixp4xxbe do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine - BUILD_TARGETS="base-image nslu2-base-image" + BUILD_TARGETS="base-image nslu2-base-image nas-server-image" do_build done |