[source] x86: image: drop duplicated copy of bzImage into vmlinuz

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 16 03:29:29 PDT 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/425f958830428f989d7381ddda3a8f503e587c5c

commit 425f958830428f989d7381ddda3a8f503e587c5c
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Sun Mar 12 18:46:59 2017 +0100

    x86: image: drop duplicated copy of bzImage into vmlinuz
    
    It's already done once few lines earlier in the Image/Build/iso.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/x86/image/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index ef5b3c0..f34788d 100644
--- a/target/linux/x86/image/Makefile
+++ b/target/linux/x86/image/Makefile
@@ -120,7 +120,6 @@ define Image/Build/iso
 		-e 's#@CMDLINE@#root=/dev/sr0 rootfstype=iso9660 rootwait $(strip $(call Image/cmdline/$(1)) $(BOOTOPTS) $(GRUB_CONSOLE_CMDLINE))#g' \
 		-e 's#@TIMEOUT@#$(GRUB_TIMEOUT)#g' \
 		./grub-iso.cfg > $(KDIR)/root.grub/boot/grub/grub.cfg
-	$(CP) $(KDIR)/bzImage $(KDIR)/root.grub/boot/vmlinuz
 	mkisofs -R -b boot/grub/eltorito.img -no-emul-boot -boot-info-table \
 		-o $(KDIR)/root.iso $(KDIR)/root.grub $(TARGET_DIR)
 endef



More information about the lede-commits mailing list