From: Rafał Miłecki Date: Sun, 12 Mar 2017 17:46:59 +0000 (+0100) Subject: x86: image: drop duplicated copy of bzImage into vmlinuz X-Git-Tag: v18.06.0-rc1~3333 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=425f958830428f989d7381ddda3a8f503e587c5c;hp=51d9ac61c711e7e00f8f2eaf5b3503238864508a 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 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index ef5b3c03c8..f34788d67b 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