add /sbin to the path for x86 image builds (for fdisk)
[openwrt.git] / target / image / x86 / Makefile
index d3bbe04..7aa03b2 100644 (file)
@@ -7,6 +7,7 @@
 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
 
This page took 0.020695 seconds and 4 git commands to generate.