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://207.154.207.93/?a=commitdiff_plain;h=a12f75fc15f858afc69fcf64d8bc8fc526bc7fdc;p=15.05%2Fopenwrt.git x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45114 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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