]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kenrel: fix build 2nd try.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 28 Nov 2014 06:27:45 +0000 (07:27 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 28 Nov 2014 06:27:45 +0000 (07:27 +0100)
lfs/linux

index 7e7714f4572f31fda599b47f691a9f8687e7e39b..2644711c9543ce3a2eb1587914b0641589d08072 100644 (file)
--- 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