Skip to content
Snippets Groups Projects
Commit 493b7c7f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

x86: avoid using grub prepare when using grub2

SVN-Revision: 33525
parent ed2bf29b
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ endef
define Image/Prepare
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
$(call Image/Prepare/bootscript)
$(call Image/Prepare/grub)
$(call Image/Prepare/$(if $(CONFIG_X86_USE_GRUB2),grub2,grub))
endef
define Image/Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment