projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1496b95
)
x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Mar 2015 04:31:35 +0000
(
04:31
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Mar 2015 04:31:35 +0000
(
04:31
+0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45114
target/linux/x86/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Makefile
b/target/linux/x86/image/Makefile
index ffda5c1578cd4f7d1e2de9ef48af4b729d492c4b..e7e02f15fbb3d1638b26982e7ddff305464e6851 100644
(file)
--- 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