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, seventeen has been updated via a158cbbb1d0dd36bc02e48df18be3d7cf47d8013 (commit) from cee50e12f6b9a1a0915ad8a2db80b3365f55d3ba (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 a158cbbb1d0dd36bc02e48df18be3d7cf47d8013 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Nov 28 07:27:45 2014 +0100
kenrel: fix build 2nd try.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 7e7714f..2644711 100644 --- a/lfs/linux +++ b/lfs/linux @@ -213,6 +213,8 @@ else cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX) endif endif +endif + cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-$(VERSUFIX) cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-$(VERSUFIX) cd $(DIR_APP) && make $(MAKETUNING) modules_install @@ -226,7 +228,6 @@ ifeq "$(MACHINE_TYPE)" "arm" done endif
- ifeq "$(LASTKERNEL)" "1" # Only do this once cd $(DIR_APP) && install -m 755 usr/gen_init_cpio /sbin/ @@ -253,7 +254,6 @@ ifeq "$(LASTKERNEL)" "1" echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6.conf endif endif -endif
#force new build of external modules and initrd if the kernel was rebuild -rm -f /usr/src/log/*-kmod-$(VER)-$(VERSUFIX)
hooks/post-receive -- IPFire 2.x development tree