projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add prereq checks for target/linux/* and target/image/*, check for fdisk for the...
[openwrt.git]
/
target
/
image
/
x86
/
Makefile
diff --git
a/target/image/x86/Makefile
b/target/image/x86/Makefile
index
adace07
..
d3bbe04
100644
(file)
--- a/
target/image/x86/Makefile
+++ b/
target/image/x86/Makefile
@@
-54,5
+54,8
@@
define Image/Build
cp $(LINUX_DIR)/arch/i386/boot/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endef
-
$(eval $(call BuildImage))
+
+$(eval $(call RequireCommand,fdisk, \
+ Please install fdisk \
+))
This page took
0.02859 seconds
and
4
git commands to generate.