mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 19:59:28 -05:00
x86: avoid using grub prepare when using grub2
SVN-Revision: 33525
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user