[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-823-gf9d608c
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-08-06 14:11:02
|
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 f9d608ce1b7cca781df62b9b0b21c534b6bd8c5e (commit)
from de14827b3c5fd5c74a6ac467a283a4d247fee2eb (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 f9d608ce1b7cca781df62b9b0b21c534b6bd8c5e
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Aug 6 16:17:37 2015 +0200
[BUILDROOT] post_build.sh: add -n option when creating dtbs symlink
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/rootfs/post_build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/post_build.sh b/buildroot/target/device/armadeus/rootfs/post_build.sh
index 0e1be46..dca6302 100755
--- a/buildroot/target/device/armadeus/rootfs/post_build.sh
+++ b/buildroot/target/device/armadeus/rootfs/post_build.sh
@@ -58,7 +58,7 @@ ln -sf /tmp $1/var/spool
ln -sf /tmp $1/var/tmp
# /boot
mkdir -p $1/boot
-ln -sf . $1/boot/dtbs # to keep compat with pre-6.0 APF6 U-Boots
+ln -sfn . $1/boot/dtbs # to keep compat with pre-6.0 APF6 U-Boots
symlink_image $1/boot uImage $2-linux.bin
symlink_image $1/boot zImage $2-linux.bin
hooks/post-receive
--
armadeus
|