diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:31:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:31:35 +0000 |
commit | 09aad60610d5887cb8ab03f550ad6450f017189f (patch) | |
tree | 440bf4f63bfa2266cc9c1e4f7697a289b8b769d7 | |
parent | 1496b95a0fcf03ba109c9bbddf5e0c771ff1b97a (diff) | |
download | upstream-09aad60610d5887cb8ab03f550ad6450f017189f.tar.gz upstream-09aad60610d5887cb8ab03f550ad6450f017189f.tar.bz2 upstream-09aad60610d5887cb8ab03f550ad6450f017189f.zip |
x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45114
-rw-r--r-- | target/linux/x86/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |