kenrel: fix build 2nd try.

This commit is contained in:
Arne Fitzenreiter
2014-11-28 07:27:45 +01:00
parent cee50e12f6
commit a158cbbb1d

View File

@@ -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