From: Felix Fietkau Date: Sun, 29 Mar 2015 04:31:35 +0000 (+0000) Subject: x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=09aad60610d5887cb8ab03f550ad6450f017189f x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds Signed-off-by: Felix Fietkau SVN-Revision: 45114 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index ffda5c1578..e7e02f15fb 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -206,7 +206,6 @@ define Image/Build/Profile/bifferboard endef define Image/Prepare - $(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage $(call Image/Prepare/grub2) endef