projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more cleanup, build fix on freebsd
[openwrt.git]
/
target
/
image
/
x86
/
Makefile
diff --git
a/target/image/x86/Makefile
b/target/image/x86/Makefile
index
9b983ad
..
7aa03b2
100644
(file)
--- a/
target/image/x86/Makefile
+++ b/
target/image/x86/Makefile
@@
-7,8
+7,9
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(TOPDIR)/rules.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
ifeq ($(CONFIG_X86_GRUB_IMAGES),y)
ifeq ($(CONFIG_X86_GRUB_IMAGES),y)
@@
-54,5
+55,8
@@
define Image/Build
cp $(LINUX_DIR)/arch/i386/boot/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endef
cp $(LINUX_DIR)/arch/i386/boot/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endef
-
$(eval $(call BuildImage))
$(eval $(call BuildImage))
+
+$(eval $(call RequireCommand,fdisk, \
+ Please install fdisk \
+))
This page took
0.025004 seconds
and
4
git commands to generate.