diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 21:14:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 21:14:45 +0000 |
commit | 850783229539e52f56f9d16531d474c6f84fba04 (patch) | |
tree | d87289e0b5bfc66be6fa41c2ebf7e44e4c291f9a | |
parent | 25fe6a2e0463d47da598c8e22cd242e9c9fcbad1 (diff) | |
download | upstream-850783229539e52f56f9d16531d474c6f84fba04.tar.gz upstream-850783229539e52f56f9d16531d474c6f84fba04.tar.bz2 upstream-850783229539e52f56f9d16531d474c6f84fba04.zip |
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
-rw-r--r-- | target/image/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index d3bbe045be..7aa03b2d27 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 |