diff options
author | Yuji Mano <yuji.mano@am.sony.com> | 2008-06-16 19:04:07 +0000 |
---|---|---|
committer | Yuji Mano <yuji.mano@am.sony.com> | 2008-06-16 19:04:07 +0000 |
commit | 61b097c195b2b9a80b242e469129b1747873058f (patch) | |
tree | a64f5d22f20b8a49e8fd85f454be47d633453087 /target/linux/ps3/image | |
parent | 537682b3c3c2d065855b1db5c46367c4373248ae (diff) | |
download | upstream-61b097c195b2b9a80b242e469129b1747873058f.tar.gz upstream-61b097c195b2b9a80b242e469129b1747873058f.tar.bz2 upstream-61b097c195b2b9a80b242e469129b1747873058f.zip |
Update the PS3 target README with some installation tips, and
the PS3 image Makefile to create openwrt-ps3-vmlinux.elf.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11509 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/image')
-rw-r--r-- | target/linux/ps3/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile index 1e0cad0696..1d04c40ae8 100644 --- a/target/linux/ps3/image/Makefile +++ b/target/linux/ps3/image/Makefile @@ -13,6 +13,7 @@ endef define Image/BuildKernel cp $(KDIR)/image $(BIN_DIR)/otheros.bld + cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf endef $(eval $(call BuildImage)) |