[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-123-g090090f
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2012-03-13 10:59:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 090090fd216b8f31d03964b986005ceeb41eccfc (commit)
from fdf559115a8c3000a77352d9c2e2e4a2a5952f01 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 090090fd216b8f31d03964b986005ceeb41eccfc
Author: Fabien Marteau <fab...@ar...>
Date: Tue Mar 13 11:59:34 2012 +0100
[UBoot] Change download kernel file name in environment variables
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf28/apf28-u-boot-2011.12.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
index a356c5d..1e107a2 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
@@ -357,7 +357,7 @@
"download_uboot=tftpboot ${loadaddr} " \
" ${serverpath}${board_name}-u-boot.sb\0" \
"download_kernel=tftpboot ${loadaddr} " \
- " ${serverpath}${bootfile}\0" \
+ " ${serverpath}${board_name}-linux.bin\0" \
"download_rootfs=tftpboot ${loadaddr} " \
" ${serverpath}${board_name}-rootfs.ubi\0" \
"update_uboot=run download_uboot flash_uboot\0" \
hooks/post-receive
--
armadeus
|