[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-261-g4e28231
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2012-04-10 14:13:48
|
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 4e28231f82e9e538f0119ccb03f313eb4c077b8f (commit)
from 610dac7274027f1e2f61795531a9df01db937425 (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 4e28231f82e9e538f0119ccb03f313eb4c077b8f
Author: Fabien Marteau <fab...@ar...>
Date: Tue Apr 10 16:13:20 2012 +0200
[TOOLS] Fix little bug in quiltify
-----------------------------------------------------------------------
Summary of changes:
scripts/quiltify.sh | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/scripts/quiltify.sh b/scripts/quiltify.sh
index 5f7ebc1..42d0ed0 100755
--- a/scripts/quiltify.sh
+++ b/scripts/quiltify.sh
@@ -3,12 +3,6 @@
# "quiltifies" Linux or Buildroot
#
-if [ "$ARMADEUS_BOARD_NAME" != "apf28" ]; then
- FREESCALE_PATCH=linux-2.6.35.3-imx_10.12.01.patch.tar.gz
-else
- FREESCALE_PATCH=""
-fi
-
answer=""
ask_user_banner()
@@ -57,6 +51,12 @@ fi
make shell_env
. armadeus_env.sh
+if [ "$ARMADEUS_BOARD_NAME" == "apf28" ]; then
+ FREESCALE_PATCH=linux-2.6.35.3-imx_10.12.01.patch.tar.gz
+else
+ FREESCALE_PATCH=""
+fi
+
if [ "$1" != "export" ]; then
ask_user_choice "What do you want to quiltify today ? ;-)" "Linux Buildroot U-Boot"
fi
hooks/post-receive
--
armadeus
|