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 "IPFire 2.x development tree".
The branch, next has been updated via f08c14477ed0f875a86d01c1d11bc234766953aa (commit) from 6fa34327dd38412820e9654df69d48995b02906a (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 f08c14477ed0f875a86d01c1d11bc234766953aa Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 14 18:34:45 2016 +0100
core100: touch arm kernel and initrd before unpack.
this is a workaround for a uboot bug that not find all files.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/100/update.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/100/update.sh b/config/rootfiles/core/100/update.sh index a547431..9e48d3a 100644 --- a/config/rootfiles/core/100/update.sh +++ b/config/rootfiles/core/100/update.sh @@ -105,6 +105,7 @@ rm -rf /boot/ipfirerd-* rm -rf /boot/initramfs-* rm -rf /boot/vmlinuz-* rm -rf /boot/uImage-ipfire-* +rm -rf /boot/zImage-ipfire-* rm -rf /boot/uInit-ipfire-* rm -rf /boot/dtb-*-ipfire-* rm -rf /lib/modules @@ -119,7 +120,10 @@ case "$(uname -m)" in # work around the u-boot folder detection bug mkdir -pv /boot/dtb-$KVER-ipfire-kirkwood mkdir -pv /boot/dtb-$KVER-ipfire-multi -#to do add touch for arm kernel and initrd here + touch /boot/uImage-ipfire-kirkwood + touch /boot/zImage-ipfire-multi + touch /boot/uIinit-ipfire-kirkwood + touch /boot/uIinit-ipfire-multi ;; esac
hooks/post-receive -- IPFire 2.x development tree