[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-52-g3213ae0
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2010-10-13 11:53:59
|
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 3213ae0d7e2619d576d7b1de51d002b0c8338153 (commit)
from de19d8512418c1990eaa3cff15cbcffa4187be85 (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 3213ae0d7e2619d576d7b1de51d002b0c8338153
Author: Jeremie Scheer <jer...@ar...>
Date: Wed Oct 13 13:53:32 2010 +0200
[U-BOOT] Correction in patch 051i-u-boot-multi-version-support.patch to rename the config file according to BR2_TARGET_UBOOT_BOARDNAME instead of BR2_BOARD_NAME.
-----------------------------------------------------------------------
Summary of changes:
.../051i-u-boot-multi-version-support.patch | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/patches/buildroot/2010.05/051i-u-boot-multi-version-support.patch b/patches/buildroot/2010.05/051i-u-boot-multi-version-support.patch
index 62d3b60..edf778d 100644
--- a/patches/buildroot/2010.05/051i-u-boot-multi-version-support.patch
+++ b/patches/buildroot/2010.05/051i-u-boot-multi-version-support.patch
@@ -1,7 +1,7 @@
Index: buildroot/target/u-boot/Config.in
===================================================================
---- buildroot.orig/target/u-boot/Config.in 2010-06-17 16:46:56.000000000 +0200
-+++ buildroot/target/u-boot/Config.in 2010-06-17 16:47:04.000000000 +0200
+--- buildroot.orig/target/u-boot/Config.in 2010-10-13 13:40:12.000000000 +0200
++++ buildroot/target/u-boot/Config.in 2010-10-13 13:40:12.000000000 +0200
@@ -13,7 +13,7 @@
config BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE
@@ -13,14 +13,14 @@ Index: buildroot/target/u-boot/Config.in
Mainly for people using boards not (yet) integrated in U-Boot's
Index: buildroot/target/u-boot/Makefile.in
===================================================================
---- buildroot.orig/target/u-boot/Makefile.in 2010-06-17 16:47:02.000000000 +0200
-+++ buildroot/target/u-boot/Makefile.in 2010-06-17 16:47:04.000000000 +0200
+--- buildroot.orig/target/u-boot/Makefile.in 2010-10-13 13:40:12.000000000 +0200
++++ buildroot/target/u-boot/Makefile.in 2010-10-13 13:49:30.000000000 +0200
@@ -96,7 +96,7 @@
$(U_BOOT_DIR)/.config_header_copied: $(U_BOOT_DIR)/.patched
ifneq ($(strip $(BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE)),)
- cp -dpf $(BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE) $(U_BOOT_DIR)/include/configs/
-+ cp -dpf $(BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE) $(U_BOOT_DIR)/include/configs/$(BR2_BOARD_NAME).h
++ cp -dpf $(BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE) $(U_BOOT_DIR)/include/configs/$(BR2_TARGET_UBOOT_BOARDNAME).h
endif
touch $@
hooks/post-receive
--
armadeus
|