summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-08-25 20:37:21 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-08-25 20:37:21 +0000
commitfb43a3e9bc8373f13b3f86d4740581b2df1b5fc6 (patch)
treeba3187508ec704f0c1e99ecbc4a61645eae3069d
parentd983293f9e1a463c1fba334a2570c11028f508cc (diff)
parente935721a564f8423d9d34a6e7028f044da841d85 (diff)
merge of '45ca967807a5074a8c64f0c1a767ad0f29409890'
and '8ae475c0143b6d98f3471fe738ec908cded6e02d'
-rw-r--r--packages/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc
index ae7308bb81..4a09c92975 100644
--- a/packages/linux/linux.inc
+++ b/packages/linux/linux.inc
@@ -64,7 +64,7 @@ do_deploy() {
${OBJCOPY} -O binary -R .note -R .comment -S vmlinux linux.bin
rm -f linux.bin.gz
gzip -9 linux.bin
- uboot-mkimage -A ${ARCH} -O linux -T kernel -C gzip -a ${UBOOT_ENTRYPOINT} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME} Kernel for ${MACHINE}" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin
+ uboot-mkimage -A ${ARCH} -O linux -T kernel -C gzip -a ${UBOOT_ENTRYPOINT} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin
rm -f linux.bin.gz
fi
}