X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2f545e6a5148e1a7c3998da153676169dead4d65..adc0e32478b179f98d4083a845aa3c114f43f1aa:/target/image/x86/Makefile?ds=sidebyside diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index 9b983ad60..7aa03b2d2 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -7,8 +7,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk +export PATH=$(TARGET_PATH):/sbin ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART))) -")) # fix vim's broken syntax highlighting +#")) # fix vim's broken syntax highlighting ifeq ($(CONFIG_X86_GRUB_IMAGES),y) @@ -54,5 +55,8 @@ define Image/Build cp $(LINUX_DIR)/arch/i386/boot/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz endef - $(eval $(call BuildImage)) + +$(eval $(call RequireCommand,fdisk, \ + Please install fdisk \ +))