aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-12 18:46:59 +0100
committerFelix Fietkau <nbd@nbd.name>2017-03-16 11:28:33 +0100
commit425f958830428f989d7381ddda3a8f503e587c5c (patch)
treeec21118baf3e8be151d0c9baa03734983561cf35 /target/linux/x86/image
parent51d9ac61c711e7e00f8f2eaf5b3503238864508a (diff)
downloadupstream-425f958830428f989d7381ddda3a8f503e587c5c.tar.gz
upstream-425f958830428f989d7381ddda3a8f503e587c5c.tar.bz2
upstream-425f958830428f989d7381ddda3a8f503e587c5c.zip
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@milecki.pl>
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r--target/linux/x86/image/Makefile1
1 files changed, 0 insertions, 1 deletions
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