summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-build-create-image-manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-create-image-manifest.sh b/post-build-create-image-manifest.sh
index d4676df..41b3506 100755
--- a/post-build-create-image-manifest.sh
+++ b/post-build-create-image-manifest.sh
@@ -45,7 +45,7 @@ if [ -n "${WORKSPACE}" ]; then
done
# export modules archives and kernel image, if any
- for f in `find ${deploy_dir_image} -name modules-\* -o -name uImage-\* -o -name zImage-\*`
+ for f in `find ${deploy_dir_image} -name modules-\* -o -name uImage-\* -o -name zImage-\* -o -name bzImage-\*`
do
if ! [ -h $f ] ; then
cp -a $f ${WORKSPACE}/out