projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[s3c24xx] oops... add missing 2.6.30 config
[openwrt.git]
/
target
/
linux
/
ps3
/
image
/
Makefile
diff --git
a/target/linux/ps3/image/Makefile
b/target/linux/ps3/image/Makefile
index
1d04c40
..
6a7773a
100644
(file)
--- a/
target/linux/ps3/image/Makefile
+++ b/
target/linux/ps3/image/Makefile
@@
-12,8
+12,10
@@
define Image/Prepare
endef
define Image/BuildKernel
endef
define Image/BuildKernel
+ mkdir -p $(BIN_DIR)
cp $(KDIR)/image $(BIN_DIR)/otheros.bld
cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
cp $(KDIR)/image $(BIN_DIR)/otheros.bld
cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
+ cp $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf $(TARGET_DIR)
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.023668 seconds
and
4
git commands to generate.