projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing fix for etrax compile without axis toolchain
[openwrt.git]
/
target
/
linux
/
x86
/
image
/
Makefile
diff --git
a/target/linux/x86/image/Makefile
b/target/linux/x86/image/Makefile
index
7af4348
..
6649670
100644
(file)
--- a/
target/linux/x86/image/Makefile
+++ b/
target/linux/x86/image/Makefile
@@
-96,9
+96,9
@@
define Image/BuildKernel
endef
define Image/Build
endef
define Image/Build
+ $(call Image/Build/$(1))
$(call Image/Build/grub,$(1))
$(call Image/Build/vdi,$(1))
$(call Image/Build/grub,$(1))
$(call Image/Build/vdi,$(1))
- $(call Image/Build/$(1))
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1).fs
$(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-vmlinuz
endef
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1).fs
$(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-vmlinuz
endef
This page took
0.019279 seconds
and
4
git commands to generate.