projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aef03f0
)
add /sbin to the path for x86 image builds (for fdisk)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Nov 2006 21:14:45 +0000
(21:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Nov 2006 21:14:45 +0000
(21:14 +0000)
SVN-Revision: 5570
target/image/x86/Makefile
patch
|
blob
|
history
diff --git
a/target/image/x86/Makefile
b/target/image/x86/Makefile
index d3bbe045be067b5609b2c3479c52d6b68f71fb15..7aa03b2d27c7b1084cbee6922b93c90bbf13a185 100644
(file)
--- 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