From: nbd Date: Sat, 18 Nov 2006 21:14:45 +0000 (+0000) Subject: add /sbin to the path for x86 image builds (for fdisk) X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/d7fa3978c3cb0d1816e5b1a958a59fb250056d71?hp=0b287401627a278626d570aecb1440c259babb66 add /sbin to the path for x86 image builds (for fdisk) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5570 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index d3bbe045b..7aa03b2d2 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -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