projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()
[openwrt.git]
/
target
/
linux
/
uml-2.6
/
image
/
Makefile
diff --git
a/target/linux/uml-2.6/image/Makefile
b/target/linux/uml-2.6/image/Makefile
index
6af4b8b
..
b7bd9e9
100755
(executable)
--- a/
target/linux/uml-2.6/image/Makefile
+++ b/
target/linux/uml-2.6/image/Makefile
@@
-7,9
+7,13
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+define Image/Prepare
+ cp $(LINUX_DIR)/linux $(KDIR)/vmlinux.elf
+endef
+
define Image/Build
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
define Image/Build
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
- cp $(
LINUX_DIR)/linux
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux
+ cp $(
KDIR)/vmlinux.elf
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.024045 seconds
and
4
git commands to generate.