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-a3cf2f4a3e73master
parent
25fe6a2e04
commit
8507832295
|
@ -7,6 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/image.mk
|
include $(INCLUDE_DIR)/image.mk
|
||||||
|
|
||||||
|
export PATH=$(TARGET_PATH):/sbin
|
||||||
ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART)))
|
ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART)))
|
||||||
#")) # fix vim's broken syntax highlighting
|
#")) # fix vim's broken syntax highlighting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue