mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
x86: avoid using grub prepare when using grub2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33525 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6a31a701e2
commit
476060c78a
@ -237,7 +237,7 @@ endef
|
|||||||
define Image/Prepare
|
define Image/Prepare
|
||||||
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
|
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
|
||||||
$(call Image/Prepare/bootscript)
|
$(call Image/Prepare/bootscript)
|
||||||
$(call Image/Prepare/grub)
|
$(call Image/Prepare/$(if $(CONFIG_X86_USE_GRUB2),grub2,grub))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
|
Loading…
Reference in New Issue
Block a user