From: nbd 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: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=637a22d17b08802e76d77760cc47867c7a076a4a 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