[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-182-g0a18cae
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-01-26 10:50:01
|
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, buildroot-update has been updated
via 0a18caea97cd5e075bf83f017d4809202a6eb626 (commit)
from c8d7fbd95efdbfbb9baaef978a3783406e5a4a9d (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 0a18caea97cd5e075bf83f017d4809202a6eb626
Author: Julien BOIBESSOT <jul...@ar...>
Date: Thu Jan 26 11:48:45 2017 +0100
[BUILDROOT] post_build.sh: little trick to speedup mdev start
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/rootfs/post_build.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/post_build.sh b/buildroot/target/device/armadeus/rootfs/post_build.sh
index ed0a392..6a0f122 100755
--- a/buildroot/target/device/armadeus/rootfs/post_build.sh
+++ b/buildroot/target/device/armadeus/rootfs/post_build.sh
@@ -55,4 +55,9 @@ if [ "$3" == "imx6ul" ]; then
done
fi
+# Speed up mdev launch
+if [ -f $1/etc/init.d/S10mdev ]; then
+ sed -i 's/find/#find/' $1/etc/init.d/S10mdev
+fi
+
exit 0
hooks/post-receive
--
armadeus
|