[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-397-g9b6064a
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-19 11:00:20
|
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 9b6064af33fd823b95c3bb1555b8f6444cda1534 (commit)
from f9e43b7ff5a0bc44c2573d7c15f8b8ea0ab13c01 (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 9b6064af33fd823b95c3bb1555b8f6444cda1534
Author: Eric Jarrige <eri...@ar...>
Date: Tue Jun 19 13:02:18 2012 +0200
[ROOTFS] add /boot folder to store binary images to boot or update the board
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/rootfs/post_build.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/post_build.sh b/buildroot/target/device/armadeus/rootfs/post_build.sh
index 13aec6f..2939f40 100755
--- a/buildroot/target/device/armadeus/rootfs/post_build.sh
+++ b/buildroot/target/device/armadeus/rootfs/post_build.sh
@@ -47,5 +47,7 @@ ln -sf /tmp $1/var/pcmcia
ln -sf /tmp $1/var/run
ln -sf /tmp $1/var/spool
ln -sf /tmp $1/var/tmp
+# /boot
+mkdir -p $1/boot
exit 0
hooks/post-receive
--
armadeus
|