From: Arne Fitzenreiter Date: Fri, 28 Nov 2014 06:27:45 +0000 (+0100) Subject: kenrel: fix build 2nd try. X-Git-Tag: v2.17-core87~103^2~5 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=a158cbbb1d0dd36bc02e48df18be3d7cf47d8013 kenrel: fix build 2nd try. --- diff --git a/lfs/linux b/lfs/linux index 7e7714f457..2644711c95 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/ @@ -252,7 +253,6 @@ ifeq "$(LASTKERNEL)" "1" # Disable ipv6 at runtime 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